NIMQChatVideoMirrorMode Constants Reference

Declared in NIMQChatMediaDefs.h

NIMQChatVideoMirrorMode

Definition

typedef NS_ENUM(NSUInteger, NIMQChatVideoMirrorMode ) {
   NIMQChatVideoMirrorModeAuto = 0,
   NIMQChatVideoMirrorModeEnabled = 1,
   NIMQChatVideoMirrorModeDisabled = 2,
};

Constants

NIMQChatVideoMirrorModeAuto

自动

Declared In NIMQChatMediaDefs.h.

NIMQChatVideoMirrorModeEnabled

可以镜像

Declared In NIMQChatMediaDefs.h.

NIMQChatVideoMirrorModeDisabled

不能镜像

Declared In NIMQChatMediaDefs.h.