The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MFVideoRotationFormat enumeration
Describes the rotation of the video image in the counter-clockwise direction.
Syntax
typedef enum _MFVideoRotationFormat { MFVideoRotationFormat_0 = 0, MFVideoRotationFormat_90 = 90, MFVideoRotationFormat_180 = 180, MFVideoRotationFormat_270 = 270 } MFVideoRotationFormat;
Constants
- MFVideoRotationFormat_0
-
The image is not rotated.
- MFVideoRotationFormat_90
-
The image is rotated 90 degrees counter-clockwise.
- MFVideoRotationFormat_180
-
The image is rotated 180 degrees.
- MFVideoRotationFormat_270
-
The image is rotated 270 degrees counter-clockwise.
Remarks
This enumeration is used with the MF_MT_VIDEO_ROTATION attribute.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: