PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER - NtDoc

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

PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER Pfnd3d111DdiVideoprocessorsetstreamfilter;

VOID Pfnd3d111DdiVideoprocessorsetstreamfilter(
  D3D10DDI_HDEVICE unnamedParam1,
  D3D11_1DDI_HVIDEOPROCESSOR unnamedParam2,
  UINT unnamedParam3,
  D3D11_1DDI_VIDEO_PROCESSOR_FILTER unnamedParam4,
  BOOL unnamedParam5,
  int unnamedParam6
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER callback function

Description

Enables or disables an image filter for an input stream on the video processor.

Parameters

unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

unnamedParam2

hVideoProcessor [in]

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

unnamedParam3

StreamIndex [in]

The zero-based index of the input stream.

unnamedParam4

Filter [in]

The filter, specified as a D3D11_1DDI_VIDEO_PROCESSOR_FILTER value.

unnamedParam5

Enable [in]

If TRUE, the filter is enabled on the video processor.

unnamedParam6

Level [in]

The filter level. The meaning of this value is defined by the independent hardware vendor (IHV).

Note If the Enable parameter is FALSE, this parameter is ignored.

See also

CreateVideoProcessor

D3D11_1DDI_VIDEO_PROCESSOR_FILTER