RCRTCVideoOrientation Constants Reference

Declared in RCRTCLibDefine.h

RCRTCVideoOrientation

视频方向

Definition

typedef NS_ENUM(NSUInteger, RCRTCVideoOrientation ) {
   RCRTCVideoOrientationPortrait = 1,
   RCRTCVideoOrientationPortraitUpsideDown,
   RCRTCVideoOrientationLandscapeRight,
   RCRTCVideoOrientationLandscapeLeft,
};

Constants

RCRTCVideoOrientationPortrait
 竖立, home 键在下部

Declared In RCRTCLibDefine.h.

RCRTCVideoOrientationPortraitUpsideDown
 竖立, home 键在上部

Declared In RCRTCLibDefine.h.

RCRTCVideoOrientationLandscapeRight
 横屏, home 键在左侧

Declared In RCRTCLibDefine.h.

RCRTCVideoOrientationLandscapeLeft
 竖立, home 键在右侧

Declared In RCRTCLibDefine.h.

Declared In

RCRTCLibDefine.h