// ntddvdeo.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
Output color encoding.
OUTPUT_COLOR_ENCODING_RGBRGB.
OUTPUT_COLOR_ENCODING_YCBCR444YCBCR444.
OUTPUT_COLOR_ENCODING_YCBCR422YCBCR422.
OUTPUT_COLOR_ENCODING_YCBCR420YCBCR420.
OUTPUT_COLOR_ENCODING_INTENSITYIntensity.
OUTPUT_COLOR_ENCODING_FORCE_UINT32Uint32.