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_RGBRGB.  | 
OUTPUT_COLOR_ENCODING_YCBCR444YCBCR444.  | 
OUTPUT_COLOR_ENCODING_YCBCR422YCBCR422.  | 
OUTPUT_COLOR_ENCODING_YCBCR420YCBCR420.  | 
OUTPUT_COLOR_ENCODING_INTENSITYIntensity.  | 
OUTPUT_COLOR_ENCODING_FORCE_UINT32Uint32.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 10, version 1903 | 
| Header | ntddvdeo.h |