Skip to content

Latest commit

 

History

History
99 lines (74 loc) · 3.17 KB

nf-d3d11_1-id3d11videocontext1-videoprocessorsetstreammirror.md

File metadata and controls

99 lines (74 loc) · 3.17 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
NF:d3d11_1.ID3D11VideoContext1.VideoProcessorSetStreamMirror
ID3D11VideoContext1::VideoProcessorSetStreamMirror (d3d11_1.h)
Specifies whether the video processor input stream should be flipped vertically or horizontally.
ID3D11VideoContext1 interface [Media Foundation]
VideoProcessorSetStreamMirror method
ID3D11VideoContext1.VideoProcessorSetStreamMirror
ID3D11VideoContext1::VideoProcessorSetStreamMirror
VideoProcessorSetStreamMirror
VideoProcessorSetStreamMirror method [Media Foundation]
VideoProcessorSetStreamMirror method [Media Foundation]
ID3D11VideoContext1 interface
d3d11_1/ID3D11VideoContext1::VideoProcessorSetStreamMirror
mf.id3d11videocontext1_videoprocessorsetstreammirror
mf\id3d11videocontext1_videoprocessorsetstreammirror.htm
mf
C8CCCC2B-B05A-4AF4-9274-1E205B9807DB
12/05/2018
ID3D11VideoContext1 interface [Media Foundation],VideoProcessorSetStreamMirror method, ID3D11VideoContext1.VideoProcessorSetStreamMirror, ID3D11VideoContext1::VideoProcessorSetStreamMirror, VideoProcessorSetStreamMirror, VideoProcessorSetStreamMirror method [Media Foundation], VideoProcessorSetStreamMirror method [Media Foundation],ID3D11VideoContext1 interface, d3d11_1/ID3D11VideoContext1::VideoProcessorSetStreamMirror, mf.id3d11videocontext1_videoprocessorsetstreammirror
d3d11_1.h
Windows
Windows 10 [desktop apps only]
Windows Server 2016 [desktop apps only]
Windows
19H1
ID3D11VideoContext1::VideoProcessorSetStreamMirror
d3d11_1/ID3D11VideoContext1::VideoProcessorSetStreamMirror
c++
APIRef
kbSyntax
COM
d3d11_1.h
ID3D11VideoContext1.VideoProcessorSetStreamMirror

ID3D11VideoContext1::VideoProcessorSetStreamMirror

-description

Specifies whether the video processor input stream should be flipped vertically or horizontally.

-parameters

-param pVideoProcessor [in]

Type: ID3D11VideoProcessor*

A pointer to the ID3D11VideoProcessor interface.

-param StreamIndex [in]

Type: UINT

An index identifying the input stream.

-param Enable [in]

Type: BOOL

True if mirroring should be enabled; otherwise, false.

-param FlipHorizontal [in]

Type: BOOL

True if the stream should be flipped horizontally; otherwise, false.

-param FlipVertical [in]

Type: BOOL

True if the stream should be flipped vertically; otherwise, false.

-remarks

When used in combination, transformations on the processor input stream should be applied in the following order:

  • Rotation
  • Mirroring
  • Source clipping

-see-also

ID3D11VideoContext1