NERtcLiveStreamAudioCodecProfile Constants Reference

Declared in NERtcEngineEnum.h

NERtcLiveStreamAudioCodecProfile

直播推流音频编码规格

Definition

typedef NS_ENUM(NSInteger, NERtcLiveStreamAudioCodecProfile ) {
   kNERtcLiveStreamAudioCodecProfileLCAAC = 0,
   kNERtcLiveStreamAudioCodecProfileHEAAC = 1,
};

Constants

kNERtcLiveStreamAudioCodecProfileLCAAC

NERtcLiveStreamAudioCodecProfileLCAAC: LC-AAC 规格,表示基本音频编码规格

Declared In NERtcEngineEnum.h.

kNERtcLiveStreamAudioCodecProfileHEAAC

NERtcLiveStreamAudioCodecProfileHEAAC: HE-AAC 规格,表示高效音频编码规格

Declared In NERtcEngineEnum.h.

Declared In

NERtcEngineEnum.h