AgoraVideoRotation 常量

Declared in AgoraMediaIO.h

AgoraVideoRotation

视频的顺时针旋转角度

如果设置为其他数字,系统会自动忽略

Definition

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

Constants

AgoraVideoRotationNone

顺时针旋转 0 度

Declared In AgoraMediaIO.h.

AgoraVideoRotation90

顺时针旋转 90 度

Declared In AgoraMediaIO.h.

AgoraVideoRotation180

顺时针旋转 180 度

Declared In AgoraMediaIO.h.

AgoraVideoRotation270

顺时针旋转 270 度

Declared In AgoraMediaIO.h.

Declared In

AgoraMediaIO.h