DXVA2_AYUVSample8 struttura (dxva2api.h)
Definisce un valore pixel AYUV a 8 bit.
Sintassi
typedef struct _DXVA2_AYUVSample8 {
UCHAR Cr;
UCHAR Cb;
UCHAR Y;
UCHAR Alpha;
} DXVA2_AYUVSample8;
Members
Cr
Contiene il valore Cr chroma (chiamato anche V).
Cb
Contiene il valore cb chroma (chiamato anche U).
Y
Contiene il valore luma.
Alpha
Contiene il valore alfa.
Requisiti
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | dxva2api.h |