Describes the rotation of the video image in the counter-clockwise direction.
typedef enum _MFVideoRotationFormat
{
MFVideoRotationFormat_0 = 0,
MFVideoRotationFormat_90 = 90,
MFVideoRotationFormat_180 = 180,
MFVideoRotationFormat_270 = 270
} MFVideoRotationFormat;
| Constant | Description |
|---|---|
| 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. |
This enumeration is used with the MF_MT_VIDEO_ROTATION attribute.
Header: Declared in mfapi.h.