D3D11_1DDIARG_CREATEVIDEODECODER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D11_1DDIARG_CREATEVIDEODECODER {
  D3D11_1DDI_VIDEO_DECODER_DESC   Desc;
  D3D11_1DDI_VIDEO_DECODER_CONFIG Config;
} D3D11_1DDIARG_CREATEVIDEODECODER;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d11_1ddiarg_createvideodecoder)

D3D11_1DDIARG_CREATEVIDEODECODER structure

Description

Specifies the attributes of a video decoder object.

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.

See also

D3D11_1DDI_VIDEO_DECODER_CONFIG

D3D11_1DDI_VIDEO_DECODER_DESC