MF_VIDEO_PROCESSOR_MIRROR enumeration (mfidl.h)
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 Value: 0 Do not flip the image. |
MIRROR_HORIZONTAL Value: 1 Flip the image horizontally. |
MIRROR_VERTICAL Value: 2 Flip the image vertically. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | mfidl.h |