AgoraVideoRotation Constants Reference

Declared in AgoraMediaIO.h

AgoraVideoRotation

Video rotation.

This enumeration defines the rotating angle of the video. Agora supports rotating clockwise by 0, 90, 180, and 270 degrees.

Definition

typedef NS_ENUM(NSInteger, AgoraVideoRotation ) {
   AgoraVideoRotationNone = 0,
   AgoraVideoRotation90 = 1,
   AgoraVideoRotation180 = 2,
   AgoraVideoRotation270 = 3,
};

Constants

AgoraVideoRotationNone

No rotation

Declared In AgoraMediaIO.h.

AgoraVideoRotation90

90 degrees

Declared In AgoraMediaIO.h.

AgoraVideoRotation180

180 degrees

Declared In AgoraMediaIO.h.

AgoraVideoRotation270

270 degrees

Declared In AgoraMediaIO.h.

Declared In

AgoraMediaIO.h