// d3d12umddi.h
typedef struct D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 {
UINT Width;
UINT Height;
D3D12DDI_VIDEO_FORMAT_DESCRIPTION_0020 Format;
} D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020;
View the official Windows Driver Kit DDI referenceNo description available.
Describes the width, height, format, and color space of a picture buffer.
WidthThe width of the sample.
HeightThe height of the sample.
FormatThe format and color space of the sample. For more information, see the D3D12DDI_VIDEO_FORMAT_DESCRIPTION structure.