Package io.agora.rtc2.audio
Class AudioTrackConfig
java.lang.Object
io.agora.rtc2.audio.AudioTrackConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether to enable audio processing module: - `true`: Enable the audio processing module to apply the Automatic Echo Cancellation (AEC), Automatic Noise Suppression (ANS), and Automatic Gain Control (AGC) effects.booleanWhether to enable the local audio-playback device: - `true`: (Default) Enable the local audio-playback device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enableLocalPlayback
public boolean enableLocalPlaybackWhether to enable the local audio-playback device: - `true`: (Default) Enable the local audio-playback device. - `false`: Do not enable the local audio-playback device. -
enableAudioProcessing
public boolean enableAudioProcessingWhether to enable audio processing module: - `true`: Enable the audio processing module to apply the Automatic Echo Cancellation (AEC), Automatic Noise Suppression (ANS), and Automatic Gain Control (AGC) effects. - `false`: (Default) Do not enable the audio processing module.
-
-
Constructor Details
-
AudioTrackConfig
public AudioTrackConfig()
-
-
Method Details