struttura D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 (d3d12umddi.h)
La struttura D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 definisce una risoluzione dell'immagine.
Sintassi
typedef struct D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 {
UINT Width;
UINT Height;
} D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080;
Members
Width
Larghezza della risoluzione, in pixel.
Height
Altezza della risoluzione, in pixel.
Commenti
Per informazioni generali, vedere Codifica video D3D12 .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 (WDDM 3.0) |
Intestazione | d3d12umddi.h |