AgoraOrientationMode 常量

Declared in AgoraStreamingKit.h

AgoraOrientationMode

视频的方向模式。详见进阶功能《视频采集旋转》。

Definition

typedef NS_ENUM(NSUInteger, AgoraOrientationMode ) {
   OrientationModeFixedLandscape = 1,
   OrientationModeFixedPortrait = 2,
};

Constants

OrientationModeFixedLandscape

1: 输出风景(横屏)模式的视频。如果采集到的视频是竖屏模式,则视频编码器会对其进行裁剪。

Declared In AgoraStreamingKit.h.

OrientationModeFixedPortrait

2:(默认值)输出人像(竖屏)模式的视频,如果采集到的视频是横屏模式,则视频编码器会对其进行裁剪。

Declared In AgoraStreamingKit.h.

Declared In

AgoraStreamingKit.h