NIMVideoOrientation Constants Reference

Declared in NIMAVChatDefs.h

NIMVideoOrientation

视频方向

Definition

typedef NS_ENUM(NSInteger, NIMVideoOrientation ) {
   NIMVideoOrientationDefault = 0,
   NIMVideoOrientationPortrait = 1,
   NIMVideoOrientationPortraitUpsideDown = 2,
   NIMVideoOrientationLandscapeRight = 3,
   NIMVideoOrientationLandscapeLeft = 4,
};

Constants

NIMVideoOrientationDefault

默认方向

Declared In NIMAVChatDefs.h.

NIMVideoOrientationPortrait

垂直方向, home 键朝下

Declared In NIMAVChatDefs.h.

NIMVideoOrientationPortraitUpsideDown

垂直方向, home 键朝上

Declared In NIMAVChatDefs.h.

NIMVideoOrientationLandscapeRight

水平方向, home 键在右边

Declared In NIMAVChatDefs.h.

NIMVideoOrientationLandscapeLeft

水平方向, home 键在左边

Declared In NIMAVChatDefs.h.

Declared In

NIMAVChatDefs.h