Describes a video stream for a Microsoft Direct3D 11 video decoder or video processor.
typedef struct D3D11_VIDEO_DECODER_DESC {
GUID Guid;
UINT SampleWidth;
UINT SampleHeight;
DXGI_FORMAT OutputFormat;
} D3D11_VIDEO_DECODER_DESC;
Guid
The decoding profile. To get the list of profiles supported by the device, call the ID3D11VideoDevice::GetVideoDecoderProfile method.
SampleWidth
The width of the video frame, in pixels.
SampleHeight
The height of the video frame, in pixels.
OutputFormat
The output surface format, specified as a DXGI_FORMAT value.
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).