AgoraVideoRotation Constants Reference

Declared in AgoraEnumerates.h
Availability v3.4.5

AgoraVideoRotation

The clockwise rotation angle of the video frame. (iOS only)

Definition

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

Constants

AgoraVideoRotationNone

0: No rotation

Declared In AgoraEnumerates.h.

AgoraVideoRotation90

1: 90 degrees

Declared In AgoraEnumerates.h.

AgoraVideoRotation180

2: 180 degrees

Declared In AgoraEnumerates.h.

AgoraVideoRotation270

3: 270 degrees

Declared In AgoraEnumerates.h.

Availability

v3.4.5

Declared In

AgoraEnumerates.h