DXVAHD_COLOR union (dxvahd.h)
Defines a color value for DXVA-HD.
Syntax
typedef union _DXVAHD_COLOR {
DXVAHD_COLOR_RGBA RGB;
DXVAHD_COLOR_YCbCrA YCbCr;
} DXVAHD_COLOR;
Members
RGB
A DXVAHD_COLOR_RGBA structure that contains an RGB color value.
YCbCr
A DXVAHD_COLOR_YCbCrA structure that contains a YCbCr color value.
Remarks
This union can represent both RGB and YCbCr colors. The interpretation of the union depends on the context.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | dxvahd.h |