Compartir a través de


estructura D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 (d3d12umddi.h)

La estructura D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 define una resolución de imágenes.

Sintaxis

typedef struct D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 {
  UINT Width;
  UINT Height;
} D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080;

Miembros

Width

Ancho de resolución, en píxeles.

Height

Alto de resolución, en píxeles.

Observaciones

Consulte de codificación de vídeo D3D12 para obtener información general.

Requisitos

Requisito Valor
cliente mínimo admitido Windows 11 (WDDM 3.0)
encabezado de d3d12umddi.h

Consulte también

D3D12DDIARG_CREATE_VIDEO_ENCODER_HEAP_0080_2