D3D11_1DDI_VIDEO_DECODER_DESC - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

D3D11_1DDI_VIDEO_DECODER_DESC structure

Description

Describes a video stream for a Microsoft Direct3D video decoder or video processor.

Members

Guid

The DXVA decoding profile. To get the list of profiles supported by the device, call the GetVideoDecoderProfile function.

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. The DXGI_FORMAT enumeration is defined in Dxgiformat.h.

See also

GetVideoDecoderProfile

PFND3D11_1DDI_VIDEODECODERSUBMITBUFFERS