Agora C++ API Reference for All Platforms
Loading...
Searching...
No Matches
agora::rtc::AudioTrackConfig Struct Reference

#include <AgoraBase.h>

Public Member Functions

 AudioTrackConfig ()
 

Public Attributes

bool enableLocalPlayback
 
bool enableAudioProcessing
 

Constructor & Destructor Documentation

◆ AudioTrackConfig()

agora::rtc::AudioTrackConfig::AudioTrackConfig ( )
inline

Member Data Documentation

◆ enableLocalPlayback

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.

◆ enableAudioProcessing

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.
    Note
    This parameter only takes effect on AUDIO_TRACK_DIRECT in custom audio capturing.