D3D11_VIDEO_SAMPLE_DESC structure (d3d11_1.h)

Describes a video sample.

Syntax

typedef struct D3D11_VIDEO_SAMPLE_DESC {
  UINT                  Width;
  UINT                  Height;
  DXGI_FORMAT           Format;
  DXGI_COLOR_SPACE_TYPE ColorSpace;
} D3D11_VIDEO_SAMPLE_DESC;

Members

Width

The width of the video sample.

Height

The height of the video sample.

Format

The format of the video sample.

ColorSpace

The colorspace of the sample.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Header d3d11_1.h

See also

Direct3D 11 Video Structures