AgoraVideoCodecType Constants Reference
Declared in | AgoraEnumerates.h |
---|
AgoraVideoCodecType
The video codec type. (iOS only)
Definition
typedef NS_ENUM(NSInteger, AgoraVideoCodecType ) {
AgoraVideoCodecTypeVP8 = 1,
AgoraVideoCodecTypeH264 = 2,
AgoraVideoCodecTypeEVP = 3,
AgoraVideoCodecTypeE264 = 4,
};
Constants
Declared In
AgoraEnumerates.h