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.
Defines an 8-bit AYUV pixel value.
typedef struct _DXVA2_AYUVSample8 {
UCHAR Cr;
UCHAR Cb;
UCHAR Y;
UCHAR Alpha;
} DXVA2_AYUVSample8;
Cr
Contains the Cr chroma value (also called V).
Cb
Contains the Cb chroma value (also called U).
Y
Contains the luma value.
Alpha
Contains the alpha value.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | dxva2api.h |