MF_VIDEO_PROCESSOR_ROTATION enumeration (mfidl.h)

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
Value: 0
Do not rotate the image.
ROTATION_NORMAL
Value: 1
Rotate the image to the correct viewing orientation.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Header mfidl.h

See also

IMFVideoProcessorControl::SetRotation

Media Foundation Enumerations