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