1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #define DEVICE_HASH "device_hash"
- #define DEVICE_NAME "device_name"
- #define VIDEO_CONNECTION "video_connection"
- #define AUDIO_CONNECTION "audio_connection"
- #define MODE_ID "mode_id"
- #define MODE_NAME "mode_name"
- #define CHANNEL_FORMAT "channel_format"
- #define PIXEL_FORMAT "pixel_format"
- #define COLOR_SPACE "color_space"
- #define COLOR_RANGE "color_range"
- #define BUFFERING "buffering"
- #define DEACTIVATE_WNS "deactivate_when_not_showing"
- #define AUTO_START "auto_start"
- #define KEYER "keyer"
- #define SWAP "swap"
- #define TEXT_DEVICE obs_module_text("Device")
- #define TEXT_VIDEO_CONNECTION obs_module_text("VideoConnection")
- #define TEXT_AUDIO_CONNECTION obs_module_text("AudioConnection")
- #define TEXT_MODE obs_module_text("Mode")
- #define TEXT_PIXEL_FORMAT obs_module_text("PixelFormat")
- #define TEXT_COLOR_SPACE obs_module_text("ColorSpace")
- #define TEXT_COLOR_SPACE_DEFAULT obs_module_text("ColorSpace.Default")
- #define TEXT_COLOR_RANGE obs_module_text("ColorRange")
- #define TEXT_COLOR_RANGE_DEFAULT obs_module_text("ColorRange.Default")
- #define TEXT_COLOR_RANGE_PARTIAL obs_module_text("ColorRange.Partial")
- #define TEXT_COLOR_RANGE_FULL obs_module_text("ColorRange.Full")
- #define TEXT_CHANNEL_FORMAT obs_module_text("ChannelFormat")
- #define TEXT_CHANNEL_FORMAT_NONE obs_module_text("ChannelFormat.None")
- #define TEXT_CHANNEL_FORMAT_2_0CH obs_module_text("ChannelFormat.2_0ch")
- #define TEXT_CHANNEL_FORMAT_2_1CH obs_module_text("ChannelFormat.2_1ch")
- #define TEXT_CHANNEL_FORMAT_4_0CH obs_module_text("ChannelFormat.4_0ch")
- #define TEXT_CHANNEL_FORMAT_4_1CH obs_module_text("ChannelFormat.4_1ch")
- #define TEXT_CHANNEL_FORMAT_5_1CH obs_module_text("ChannelFormat.5_1ch")
- #define TEXT_CHANNEL_FORMAT_7_1CH obs_module_text("ChannelFormat.7_1ch")
- #define TEXT_BUFFERING obs_module_text("Buffering")
- #define TEXT_DWNS obs_module_text("DeactivateWhenNotShowing")
- #define TEXT_AUTO_START obs_module_text("AutoStart")
- #define TEXT_ENABLE_KEYER obs_module_text("Keyer")
- #define TEXT_SWAP obs_module_text("SwapFC-LFE")
- #define TEXT_SWAP_TOOLTIP obs_module_text("SwapFC-LFE.Tooltip")
|