Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Output color encoding.
Syntax
typedef enum _OUTPUT_COLOR_ENCODING {
OUTPUT_COLOR_ENCODING_RGB,
OUTPUT_COLOR_ENCODING_YCBCR444,
OUTPUT_COLOR_ENCODING_YCBCR422,
OUTPUT_COLOR_ENCODING_YCBCR420,
OUTPUT_COLOR_ENCODING_INTENSITY,
OUTPUT_COLOR_ENCODING_FORCE_UINT32
} OUTPUT_COLOR_ENCODING;
Constants
OUTPUT_COLOR_ENCODING_RGB RGB. |
OUTPUT_COLOR_ENCODING_YCBCR444 YCBCR444. |
OUTPUT_COLOR_ENCODING_YCBCR422 YCBCR422. |
OUTPUT_COLOR_ENCODING_YCBCR420 YCBCR420. |
OUTPUT_COLOR_ENCODING_INTENSITY Intensity. |
OUTPUT_COLOR_ENCODING_FORCE_UINT32 Uint32. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | ntddvdeo.h |