AgoraVideoCodecType Constants Reference

Declared in AgoraEnumerates.h

AgoraVideoCodecType

视频编解码类型。(仅适用于 iOS 平台)

Definition

typedef NS_ENUM(NSInteger, AgoraVideoCodecType ) {
   AgoraVideoCodecTypeVP8 = 1,
   AgoraVideoCodecTypeH264 = 2,
   AgoraVideoCodecTypeEVP = 3,
   AgoraVideoCodecTypeE264 = 4,
};

Constants

AgoraVideoCodecTypeVP8

1: VP8

Declared In AgoraEnumerates.h.

AgoraVideoCodecTypeH264

2: (默认)H.264

Declared In AgoraEnumerates.h.

AgoraVideoCodecTypeEVP

3: 增强 VP8

Declared In AgoraEnumerates.h.

AgoraVideoCodecTypeE264

4: 增强 H.264

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h