// d3d10umddi.h
typedef struct D3D11_1DDI_VIDEO_DECODER_DESC {
GUID Guid;
UINT SampleWidth;
UINT SampleHeight;
DXGI_FORMAT OutputFormat;
} D3D11_1DDI_VIDEO_DECODER_DESC;
View the official Windows Driver Kit DDI referenceNo description available.
Describes a video stream for a Microsoft Direct3D video decoder or video processor.
GuidThe DXVA decoding profile. To get the list of profiles supported by the device, call the GetVideoDecoderProfile function.
SampleWidthThe width of the video frame, in pixels.
SampleHeightThe height of the video frame, in pixels.
OutputFormatThe output surface format, specified as a DXGI_FORMAT value. The DXGI_FORMAT enumeration is defined in Dxgiformat.h.
PFND3D11_1DDI_VIDEODECODERSUBMITBUFFERS