Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 2.06 KB

ne-mfidl-mf_video_processor_mirror.md

File metadata and controls

77 lines (61 loc) · 2.06 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:mfidl._MF_VIDEO_PROCESSOR_MIRROR
MF_VIDEO_PROCESSOR_MIRROR (mfidl.h)
Specifies how to flip a video image.
MF_VIDEO_PROCESSOR_MIRROR
MF_VIDEO_PROCESSOR_MIRROR enumeration [Media Foundation]
MIRROR_HORIZONTAL
MIRROR_NONE
MIRROR_VERTICAL
mf.mf_video_processor_mirror
mfidl/MF_VIDEO_PROCESSOR_MIRROR
mfidl/MIRROR_HORIZONTAL
mfidl/MIRROR_NONE
mfidl/MIRROR_VERTICAL
mf\mf_video_processor_mirror.htm
mf
AFD29AD7-8DC9-4834-8F8E-D062A3A19BD0
12/05/2018
MF_VIDEO_PROCESSOR_MIRROR, MF_VIDEO_PROCESSOR_MIRROR enumeration [Media Foundation], MIRROR_HORIZONTAL, MIRROR_NONE, MIRROR_VERTICAL, mf.mf_video_processor_mirror, mfidl/MF_VIDEO_PROCESSOR_MIRROR, mfidl/MIRROR_HORIZONTAL, mfidl/MIRROR_NONE, mfidl/MIRROR_VERTICAL
mfidl.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Windows
MF_VIDEO_PROCESSOR_MIRROR
19H1
_MF_VIDEO_PROCESSOR_MIRROR
mfidl/_MF_VIDEO_PROCESSOR_MIRROR
MF_VIDEO_PROCESSOR_MIRROR
mfidl/MF_VIDEO_PROCESSOR_MIRROR
c++
APIRef
kbSyntax
HeaderDef
mfidl.h
MF_VIDEO_PROCESSOR_MIRROR

MF_VIDEO_PROCESSOR_MIRROR enumeration

-description

Specifies how to flip a video image.

-enum-fields

-field MIRROR_NONE:0

Do not flip the image.

-field MIRROR_HORIZONTAL:1

Flip the image horizontally.

-field MIRROR_VERTICAL:2

Flip the image vertically.

-see-also

IMFVideoProcessorControl::SetMirror

Media Foundation Enumerations