NIMNetCallVideoCodec Constants Reference

Declared in NIMAVChatDefs.h

NIMNetCallVideoCodec

视频编码器

Definition

typedef NS_ENUM(NSUInteger, NIMNetCallVideoCodec ) {
   NIMNetCallVideoCodecDefault = 0,
   NIMNetCallVideoCodecSoftware = 1,
   NIMNetCallVideoCodecHardware = 2,
};

Constants

NIMNetCallVideoCodecDefault

默认编解码器, SDK 自己选择合适的编码器

Declared In NIMAVChatDefs.h.

NIMNetCallVideoCodecSoftware

软件编解码

Declared In NIMAVChatDefs.h.

NIMNetCallVideoCodecHardware

硬件编解码. 注意: 硬件编解码只在 iOS 8.0 及以上系统适用

Declared In NIMAVChatDefs.h.

Declared In

NIMAVChatDefs.h