|
Agora Java API Reference for Android
|
The configuration of custom audio tracks. More...
#include <AgoraBase.h>
Public Attributes | |
| bool | enableLocalPlayback |
| bool | enableAudioProcessing |
The configuration of custom audio tracks.
| bool agora::rtc::AudioTrackConfig::enableLocalPlayback |
Whether to enable the local audio-playback device:
true: (Default) Enable the local audio-playback device.false: Do not enable the local audio-playback device. | bool agora::rtc::AudioTrackConfig::enableAudioProcessing |
Whether to enable audio processing module:
trueEnable 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.
1.8.18