Class AudioTrackConfig

java.lang.Object
io.agora.rtc2.audio.AudioTrackConfig

public class AudioTrackConfig extends Object
The configuration of custom audio track which is set in createCustomAudioTrack.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    Enable APM processing false: AUDIO_TRACK_DIRECT is default false true: AUDIO_TRACK_DIRECT would process by APM(AEC/ANS/AGC)
    boolean
    Enable local playback, enabled by default true: (Default) Enable local playback false: Do not enable local playback
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • enableLocalPlayback

      public boolean enableLocalPlayback
      Enable local playback, enabled by default true: (Default) Enable local playback false: Do not enable local playback
    • enableAudioProcessing

      public boolean enableAudioProcessing
      Enable APM processing false: AUDIO_TRACK_DIRECT is default false true: AUDIO_TRACK_DIRECT would process by APM(AEC/ANS/AGC)
  • Constructor Details

    • AudioTrackConfig

      public AudioTrackConfig()
  • Method Details