Condividi tramite


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;

Membri

Width

Larghezza della risoluzione, espressa in pixel.

Height

Altezza della risoluzione, in pixel.

Osservazioni

Per informazioni generali, vedere di codifica video D3D12.

Fabbisogno

Requisito Valore
client minimo supportato Windows 11 (WDDM 3.0)
intestazione d3d12umddi.h

Vedere anche

D3D12DDIARG_CREATE_VIDEO_ENCODER_HEAP_0080_2