D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 structure (d3d12umddi.h)

The D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 structure defines a picture resolution.

Syntax

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

Members

Width

The resolution width, in pixels.

Height

The resolution height, in pixels.

Remarks

See D3D12 video encoding for general information.

Requirements

Requirement Value
Minimum supported client Windows 11 (WDDM 3.0)
Header d3d12umddi.h

See also

D3D12DDIARG_CREATE_VIDEO_ENCODER_HEAP_0080_2