struttura DXVA2_AYUVSample16 (dxva2api.h)
Definisce un valore pixel AYUV a 16 bit.
Sintassi
typedef struct _DXVA2_AYUVSample16 {
USHORT Cr;
USHORT Cb;
USHORT Y;
USHORT Alpha;
} DXVA2_AYUVSample16;
Members
Cr
Contiene il valore ccromatico (chiamato anche V).
Cb
Contiene il valore ccromatico Cb (chiamato anche U).
Y
Contiene il valore luma.
Alpha
Contiene il valore alfa.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | dxva2api.h |