D3D11_1DDIARG_CREATEVIDEODECODER structure (d3d10umddi.h)

Specifies the attributes of a video decoder object.

Syntax

typedef struct D3D11_1DDIARG_CREATEVIDEODECODER {
  D3D11_1DDI_VIDEO_DECODER_DESC   Desc;
  D3D11_1DDI_VIDEO_DECODER_CONFIG Config;
} D3D11_1DDIARG_CREATEVIDEODECODER;

Members

Desc

A D3D11_1DDI_VIDEO_DECODER_DESC structure that describes the video stream and the decoder profile.

Config

A D3D11_1DDI_VIDEO_DECODER_CONFIG structure that specifies the decoder configuration.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header d3d10umddi.h (include D3d10umddi.h)

See also

D3D11_1DDI_VIDEO_DECODER_CONFIG

D3D11_1DDI_VIDEO_DECODER_DESC