AgoraVideoRotation Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.4.5 |
AgoraVideoRotation
视频帧顺时针旋转角度。(仅适用于 iOS 平台)
Definition
typedef NS_ENUM(NSInteger, AgoraVideoRotation ) {
AgoraVideoRotationNone = 0,
AgoraVideoRotation90 = 1,
AgoraVideoRotation180 = 2,
AgoraVideoRotation270 = 3,
};
Constants
Availability
v3.4.5
Declared In
AgoraEnumerates.h