eAVEncVideoColorPrimaries Enumeration
Microsoft DirectShow 9.0 |
eAVEncVideoColorPrimaries Enumeration
Specifies the color primaries of the video. This enumeration is used with the AVEncVideoInputColorPrimaries and AVEncVideoOutputColorPrimaries properties.
Syntax
enum eAVEncVideoColorPrimaries { eAVEncVideoColorPrimaries_SameAsSource = 0, eAVEncVideoColorPrimaries_Reserved = 1, eAVEncVideoColorPrimaries_BT709 = 2, eAVEncVideoColorPrimaries_BT470_2_SysM = 3, eAVEncVideoColorPrimaries_BT470_2_SysBG = 4, eAVEncVideoColorPrimaries_SMPTE170M = 5, eAVEncVideoColorPrimaries_SMPTE240M = 6, eAVEncVideoColorPrimaries_EBU3231 = 7, eAVEncVideoColorPrimaries_SMPTE_C = 8 };
Members
eAVEncVideoColorPrimaries_SameAsSource
Use the same primaries as the input video. This flag applies to the AVEncVideoOutputColorPrimaries property only.
eAVEncVideoColorPrimaries_Reserved
Reserved. Do not use.
eAVEncVideoColorPrimaries_BT709
ITU-R BT.709 (including sRGB and scRGB).
eAVEncVideoColorPrimaries_BT470_2_SysM
ITU-R.BT.470-4 System M (NTSC).
eAVEncVideoColorPrimaries_BT470_2_SysBG
ITU-R.BT.470-4 System B,G (NTSC).
eAVEncVideoColorPrimaries_SMPTE170M
SMPTE 170M.
eAVEncVideoColorPrimaries_SMPTE240M
SMPTE 240M.
eAVEncVideoColorPrimaries_EBU3231
EBU 3213.
eAVEncVideoColorPrimaries_SMPTE_C
SPMTE C (NTSC).
Requirements
Header: Include codecapi.h.
See Also