AlivcLivePushOrientation Constants Reference
Declared in | AlivcLivePushConstants.h |
---|
AlivcLivePushOrientation
推流屏幕方向
- AlivcLivePushOrientationPortrait: 竖屏推流
- AlivcLivePushOrientationLandscapeLeft: 横屏Left方向
- AlivcLivePushOrientationLandscapeRight: 横屏Right方向
Definition
typedef NS_ENUM(NSInteger, AlivcLivePushOrientation ) {
AlivcLivePushOrientationPortrait = 0,
AlivcLivePushOrientationLandscapeLeft,
AlivcLivePushOrientationLandscapeRight,
};
Constants
Declared In
AlivcLivePushConstants.h