D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 struttura (d3d12umddi.h)
Descrive la larghezza, l'altezza, il formato e lo spazio colore di un buffer immagine.
Sintassi
typedef struct D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 {
UINT Width;
UINT Height;
D3D12DDI_VIDEO_FORMAT_DESCRIPTION_0020 Format;
} D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020;
Members
Width
Larghezza dell'esempio.
Height
Altezza dell'esempio.
Format
Formato e spazio dei colori dell'esempio. Per altre informazioni, vedere la struttura D3D12DDI_VIDEO_FORMAT_DESCRIPTION .
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3d12umddi.h (include D3d12umddi.h) |