Agora RTC Objective-C API Reference  Refactor
Properties
AgoraAudioTrackConfig Class Reference

Inherits <NSObject>.

Properties

BOOL enableLocalPlayback
 
BOOL enableAudioProcessing
 

Detailed Description

The configuration of custom audio track

Property Documentation

◆ enableLocalPlayback

- (BOOL) enableLocalPlayback
readwritenonatomicassign

Enable local playback, enabled by default true: (Default) Enable local playback false: Do not enable local playback

◆ enableAudioProcessing

- (BOOL) enableAudioProcessing
readwritenonatomicassign

Enable APM processing false: AUDIO_TRACK_DIRECT is default false true: AUDIO_TRACK_DIRECT would process by APM(AEC/ANS/AGC)