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

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.

Remarks

This enumeration is used with the MF_MT_VIDEO_ROTATION attribute.

Requirements

Header: Declared in mfapi.h.