Package io.agora.rtc2

Class LocalAudioMixerConfiguration

java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration

public class LocalAudioMixerConfiguration extends Object
The configuration of the audio mixing on the local client.
  • Field Details

    • audioInputStreams

      The audio streams for the audio mixing on the local client. See MixedAudioStream.
    • syncWithLocalMic

      public boolean syncWithLocalMic
      Whether to use the timestamp follow the local mic's audio frame. - true: (Default) Use the timestamp of the captured audio frame as the timestamp of the mixed audio frame. - false: Do not use the timestamp of the captured audio frame as the timestamp of the mixed audio frame. Instead, use the timestamp when the mixed audio frame is constructed.
  • Constructor Details

    • LocalAudioMixerConfiguration

      public LocalAudioMixerConfiguration()