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.
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 Value: 0 The image is not rotated. |
MFVideoRotationFormat_90 Value: 90 The image is rotated 90 degrees counter-clockwise. |
MFVideoRotationFormat_180 Value: 180 The image is rotated 180 degrees. |
MFVideoRotationFormat_270 Value: 270 The image is rotated 270 degrees counter-clockwise. |
Remarks
This enumeration is used with the MF_MT_VIDEO_ROTATION attribute.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Header | mfapi.h |