NIMQChatVideoFormatType Constants Reference

Declared in NIMQChatMediaDefs.h

NIMQChatVideoFormatType

Definition

typedef NS_ENUM(NSUInteger, NIMQChatVideoFormatType ) {
   NIMQChatVideoFormatTypeI420 = 0,
   NIMQChatVideoFormatTypeNV12 = 1,
   NIMQChatVideoFormatTypeBGRA = 2,
};

Constants

NIMQChatVideoFormatTypeI420

I420 视频格式

Declared In NIMQChatMediaDefs.h.

NIMQChatVideoFormatTypeNV12

NV12 视频格式

Declared In NIMQChatMediaDefs.h.

NIMQChatVideoFormatTypeBGRA

BGRA 视频格式

Declared In NIMQChatMediaDefs.h.