D3D12_VIDEO_SAMPLE structure (d3d12video.h)

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

Syntax

typedef struct D3D12_VIDEO_SAMPLE {
  UINT               Width;
  UINT               Height;
  D3D12_VIDEO_FORMAT Format;
} D3D12_VIDEO_SAMPLE;

Members

Width

The width of the sample.

Height

The height of the sample.

Format

A D3D12_VIDEO_FORMAT structure describing the format and colorspace of the sample.

Requirements

Requirement Value
Header d3d12video.h