MF_VIDEO_PROCESSOR_MIRROR enumeration
Specifies how to flip a video image.
Syntax
typedef enum _MF_VIDEO_PROCESSOR_MIRROR { MIRROR_NONE = 0, MIRROR_HORIZONTAL = 1, MIRROR_VERTICAL = 2 } MF_VIDEO_PROCESSOR_MIRROR;
Constants
- MIRROR_NONE
-
Do not flip the image.
- MIRROR_HORIZONTAL
-
Flip the image horizontally.
- MIRROR_VERTICAL
-
Flip the image vertically.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: