Agora Java API Reference for Android
Classes | Public Attributes | List of all members
io.agora.rtc2.LocalAudioMixerConfiguration Class Reference

The configurations for mixing the local audio. More...

Classes

class  MixedAudioStream
 The source of the audio streams that are mixed locally. More...
 

Public Attributes

ArrayList< MixedAudioStreamaudioInputStreams
 
boolean syncWithLocalMic
 

Detailed Description

The configurations for mixing the local audio.

Member Data Documentation

◆ audioInputStreams

ArrayList<MixedAudioStream> io.agora.rtc2.LocalAudioMixerConfiguration.audioInputStreams

The source of the audio streams that are mixed locally. See MixedAudioStream.

◆ syncWithLocalMic

boolean io.agora.rtc2.LocalAudioMixerConfiguration.syncWithLocalMic

Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone.

  • true: (Default) Yes. Set to this value if you want all locally captured audio streams synchronized.
  • false: No. The SDK uses the timestamp of the audio frames at the time when they are mixed.