// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 {
UINT Width;
UINT Height;
} D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080;
View the official Windows Driver Kit DDI referenceNo description available.
The D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 structure defines a picture resolution.
WidthThe resolution width, in pixels.
HeightThe resolution height, in pixels.
See D3D12 video encoding for general information.
D3D12DDIARG_CREATE_VIDEO_ENCODER_HEAP_0080_2