D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_sample_description_0020)

D3D12DDI_VIDEO_SAMPLE_DESCRIPTION_0020 structure

Description

Describes the width, height, format, and color space of a picture buffer.

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.