Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the width, height, format, and color space of a picture buffer.
Syntax
typedef struct D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 {
UINT Width;
UINT Height;
D3D12DDI_VIDEO_FORMAT_DESCRIPTION_0020 Format;
} D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020;
Members
Width
The width of the sample.
Height
The height of the sample.
Format
The format and color space of the sample. For more information, see the D3D12DDI_VIDEO_FORMAT_DESCRIPTION structure.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h (include D3d12umddi.h) |