Skip to content

Latest commit

 

History

History
100 lines (69 loc) · 2.86 KB

nc-d3d10umddi-pfnd3d11_1ddi_videoprocessorsetstreamfilter.md

File metadata and controls

100 lines (69 loc) · 2.86 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3d10umddi.PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER (d3d10umddi.h)
Enables or disables an image filter for an input stream on the video processor.
display\videoprocessorsetstreamfilter.htm
05/10/2018
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER callback function
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER, PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER callback, d3d10umddi/pfnVideoProcessorSetStreamFilter, display.videoprocessorsetstreamfilter, pfnVideoProcessorSetStreamFilter, pfnVideoProcessorSetStreamFilter callback function [Display Devices]
d3d10umddi.h
D3d10umddi.h
Desktop
Windows 8
Windows Server 2012
Windows
display
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER
d3d10umddi/PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER
APIRef
kbSyntax
UserDefined
D3d10umddi.h
PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER

PFND3D11_1DDI_VIDEOPROCESSORSETSTREAMFILTER callback function

-description

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

-parameters

-param unnamedParam1

hDevice [in]

A handle to the display device (graphics context).

-param unnamedParam2

hVideoProcessor [in]

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

-param unnamedParam3

StreamIndex [in]

The zero-based index of the input stream.

-param unnamedParam4

Filter [in]

The filter, specified as a D3D11_1DDI_VIDEO_PROCESSOR_FILTER value.

-param unnamedParam5

Enable [in]

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

-param 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