AgoraVideoCodecType Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraVideoCodecType
视频编解码类型。(仅适用于 iOS 平台)
Definition
typedef NS_ENUM(NSInteger, AgoraVideoCodecType ) {
AgoraVideoCodecTypeVP8 = 1,
AgoraVideoCodecTypeH264 = 2,
AgoraVideoCodecTypeEVP = 3,
AgoraVideoCodecTypeE264 = 4,
};
Constants
Declared In
AgoraEnumerates.h