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

AgoraVideoRotationNone

0: 不旋转

Declared In AgoraEnumerates.h.

AgoraVideoRotation90

1: 90 度

Declared In AgoraEnumerates.h.

AgoraVideoRotation180

2: 180 度

Declared In AgoraEnumerates.h.

AgoraVideoRotation270

3: 270 度

Declared In AgoraEnumerates.h.

Availability

v3.4.5

Declared In

AgoraEnumerates.h