AgoraAudioCodecProfileType Constants Reference

Declared in AgoraEnumerates.h

AgoraAudioCodecProfileType

音频编码规格

Definition

typedef NS_ENUM(NSInteger, AgoraAudioCodecProfileType ) {
   AgoraAudioCodecProfileLCAAC = 0,
   AgoraAudioCodecProfileHEAAC = 1,
   AgoraAudioCodecProfileHEAACv2 = 2,
};

Constants

AgoraAudioCodecProfileLCAAC

0:LC-AAC 规格

Declared In AgoraEnumerates.h.

AgoraAudioCodecProfileHEAAC

1:HE-AAC 规格

Declared In AgoraEnumerates.h.

AgoraAudioCodecProfileHEAACv2

2: HE-AAC v2 规格

Available in v3.6.0

Declared In AgoraEnumerates.h.

Declared In

AgoraEnumerates.h