NIMQChatVideoStreamType Constants Reference

Declared in NIMQChatMediaDefs.h

NIMQChatVideoStreamType

Definition

typedef NS_ENUM(NSUInteger, NIMQChatVideoStreamType ) {
   NIMQChatVideoStreamTypeHigh = 0,
   NIMQChatVideoStreamTypeLow = 1,
};

Constants

NIMQChatVideoStreamTypeHigh

大流,高清画质。

Declared In NIMQChatMediaDefs.h.

NIMQChatVideoStreamTypeLow

小流,低清画质。

Declared In NIMQChatMediaDefs.h.