PFND3D11_1DDI_GETVIDEODECODERPROFILECOUNT callback function (d3d10umddi.h)

Queries the number of video decoder profiles that are supported by the display miniport driver.

Syntax

PFND3D11_1DDI_GETVIDEODECODERPROFILECOUNT Pfnd3d111DdiGetvideodecoderprofilecount;

void Pfnd3d111DdiGetvideodecoderprofilecount(
  D3D10DDI_HDEVICE unnamedParam1,
  UINT *unnamedParam2
)
{...}

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

pDecodeProfileCount [out]

A pointer to a UINT value that specifies the maximum number of decoder profiles that are supported.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Desktop
Header d3d10umddi.h (include D3d10umddi.h)