MF_VIDEO_PROCESSOR_ROTATION enumeration
Specifies how to rotate a video image.
Syntax
typedef enum _MF_VIDEO_PROCESSOR_ROTATION { ROTATION_NONE = 0, ROTATION_NORMAL = 1 } MF_VIDEO_PROCESSOR_ROTATION;
Constants
- ROTATION_NONE
-
Do not rotate the image.
- ROTATION_NORMAL
-
Rotate the image to the correct viewing orientation.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
See also
Show: