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
Declared In
AgoraMediaIO.h