|
Agora Java API Reference for Android
|
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< MixedAudioStream > | audioInputStreams |
| boolean | syncWithLocalMic |
The configurations for mixing the local audio.
| ArrayList<MixedAudioStream> io.agora.rtc2.LocalAudioMixerConfiguration.audioInputStreams |
The source of the audio streams that are mixed locally. See MixedAudioStream.
| 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.
1.8.18