Skip to content

Latest commit

 

History

History
99 lines (71 loc) · 5.16 KB

ne-d3d11-d3d11_video_processor_filter_caps.md

File metadata and controls

99 lines (71 loc) · 5.16 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date 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 req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:d3d11.D3D11_VIDEO_PROCESSOR_FILTER_CAPS
D3D11_VIDEO_PROCESSOR_FILTER_CAPS (d3d11.h)
Defines image filter capabilities for a Microsoft Direct3D 11 video processor.
D3D11_VIDEO_PROCESSOR_FILTER_CAPS
D3D11_VIDEO_PROCESSOR_FILTER_CAPS enumeration [Media Foundation]
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION
D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT
D3D11_VIDEO_PROCESSPR_FILTER_CAPS
D3D11_VIDEO_PROCESSPR_FILTER_CAPS enumeration [Media Foundation]
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT
mf.d3d11_video_processor_filter_caps
mf.d3d11_video_processpr_filter_caps
mf\d3d11_video_processor_filter_caps.htm
mf
445C2416-DD81-444B-85E0-1A6249D97EDA
12/05/2018
D3D11_VIDEO_PROCESSOR_FILTER_CAPS, D3D11_VIDEO_PROCESSOR_FILTER_CAPS enumeration [Media Foundation], D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION, D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT, D3D11_VIDEO_PROCESSPR_FILTER_CAPS, D3D11_VIDEO_PROCESSPR_FILTER_CAPS enumeration [Media Foundation], d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION, d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT, mf.d3d11_video_processor_filter_caps, mf.d3d11_video_processpr_filter_caps
d3d11.h
Windows
Windows 8 [desktop apps \| UWP apps]
Windows Server 2012 [desktop apps \| UWP apps]
Windows
D3D11_VIDEO_PROCESSOR_FILTER_CAPS
19H1
D3D11_VIDEO_PROCESSOR_FILTER_CAPS
d3d11/D3D11_VIDEO_PROCESSOR_FILTER_CAPS
c++
APIRef
kbSyntax
HeaderDef
d3d11.h
D3D11_VIDEO_PROCESSPR_FILTER_CAPS

D3D11_VIDEO_PROCESSOR_FILTER_CAPS enumeration

-description

Defines image filter capabilities for a Microsoft Direct3D 11 video processor.

-enum-fields

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_BRIGHTNESS:0x1

The video processor can adjust the brightness level.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_CONTRAST:0x2

The video processor can adjust the contrast level.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_HUE:0x4

The video processor can adjust hue.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_SATURATION:0x8

The video processor can adjust the saturation level.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_NOISE_REDUCTION:0x10

The video processor can perform noise reduction.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_EDGE_ENHANCEMENT:0x20

The video processor can perform edge enhancement.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_ANAMORPHIC_SCALING:0x40

The video processor can perform anamorphic scaling. Anamorphic scaling can be used to stretch 4:3 content to a widescreen 16:9 aspect ratio.

-field D3D11_VIDEO_PROCESSOR_FILTER_CAPS_STEREO_ADJUSTMENT:0x80

For stereo 3D video, the video processor can adjust the offset between the left and right views, allowing the user to reduce potential eye strain.

-remarks

These capability flags indicate support for the image filters defined by the D3D11_VIDEO_PROCESSOR_FILTER enumeration. To apply a particular filter, call the ID3D11VideoContext::VideoProcessorSetStreamFilter method.

-see-also

D3D11_VIDEO_PROCESSOR_CAPS

Direct3D 11 Video Enumerations