NERtcVideoRotationType Constants Reference

Declared in NERtcEngineEnum.h

NERtcVideoRotationType

视频数据的旋转方向

Definition

typedef NS_ENUM(NSUInteger, NERtcVideoRotationType ) {
   kNERtcVideoRotation_0 = 0,
   kNERtcVideoRotation_90 = 90,
   kNERtcVideoRotation_180 = 180,
   kNERtcVideoRotation_270 = 270,
};

Constants

kNERtcVideoRotation_0

0 度。

Declared In NERtcEngineEnum.h.

kNERtcVideoRotation_90

90 度。

Declared In NERtcEngineEnum.h.

kNERtcVideoRotation_180

180 度。

Declared In NERtcEngineEnum.h.

kNERtcVideoRotation_270

270 度。

Declared In NERtcEngineEnum.h.

Declared In

NERtcEngineEnum.h