// 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 referenceNo description available.
Specifies the attributes of a video decoder object.
DescA D3D11_1DDI_VIDEO_DECODER_DESC structure that describes the video stream and the decoder profile.
ConfigA D3D11_1DDI_VIDEO_DECODER_CONFIG structure that specifies the decoder configuration.
D3D11_1DDI_VIDEO_DECODER_CONFIG