Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_NONEValue: 0 Do not flip the image. | 
| MIRROR_HORIZONTALValue: 1 Flip the image horizontally. | 
| MIRROR_VERTICALValue: 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 |