PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE callback function (d3d10umddi.h)

Queries the range of values that the display miniport driver supports for a specified video processor filter.

Syntax

PFND3D11_1DDI_GETVIDEOPROCESSORFILTERRANGE Pfnd3d111DdiGetvideoprocessorfilterrange;

void Pfnd3d111DdiGetvideoprocessorfilterrange(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HVIDEOPROCESSORENUM unnamedParam2,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER unnamedParam3,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE *unnamedParam4
)
{...}

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hProcessorEnum [in]

A handle to a video processor enumeration object that was created through a call to the CreateVideoProcessorEnum function.

unnamedParam3

Filter [in]

The type of the video processor filter, specified as a D3D11_1DDI_VIDEO_PROCESSOR_FILTER value.

unnamedParam4

pFilterRange [out]

A pointer to a D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE structure that specifies the range of values for the specified filter.

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)

See also

CreateVideoProcessorEnum

D3D11_1DDI_VIDEO_PROCESSOR_FILTER

D3D11_1DDI_VIDEO_PROCESSOR_FILTER_RANGE