NIMNetCallRemoteVideoShowType Constants Reference

Declared in NIMAVChatDefs.h

NIMNetCallRemoteVideoShowType

Definition

typedef NS_ENUM(NSUInteger, NIMNetCallRemoteVideoShowType ) {
   NIMNetCallRemoteVideoShowTypeLocalView = 0,
   NIMNetCallRemoteVideoShowTypeYuvData = 1,
};

Constants

NIMNetCallRemoteVideoShowTypeLocalView

view回调

Declared In NIMAVChatDefs.h.

NIMNetCallRemoteVideoShowTypeYuvData

视频帧数据回调

Declared In NIMAVChatDefs.h.