PFND3D11_1DDI_GETVIDEODECODERPROFILE - NtDoc

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

PFND3D11_1DDI_GETVIDEODECODERPROFILE Pfnd3d111DdiGetvideodecoderprofile;

VOID Pfnd3d111DdiGetvideodecoderprofile(
  D3D10DDI_HDEVICE unnamedParam1,
  UINT unnamedParam2,
  GUID *unnamedParam3
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3d11_1ddi_getvideodecoderprofile)

PFND3D11_1DDI_GETVIDEODECODERPROFILE callback function

Description

Queries the attributes of a specified video decoder profile.

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

Index [in]

The zero-based index of the video decoder profile. The display miniport driver returns the maximum number of video decoder profiles that it supports through a call to its GetVideoDecoderProfileCount function.

unnamedParam3

pDecodeDesc [out]

A pointer to a D3D11_1DDI_VIDEO_DECODER_DESC structure that specifies the attributes of the specified video decoder profile.

Remarks

The Microsoft Direct3D runtime verifies that the Index parameter data is valid before it calls the GetVideoDecoderProfile function.

See also

D3D11_1DDI_VIDEO_DECODER_DESC

GetVideoDecoderProfileCount