Package io.agora.rtc2
Class LocalAudioMixerConfiguration
java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionThe source of the audio streams that are mixed locally.booleanWhether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
audioInputStreams
The source of the audio streams that are mixed locally. See `MixedAudioStream`. -
syncWithLocalMic
public boolean syncWithLocalMicWhether 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.
-
-
Constructor Details
-
LocalAudioMixerConfiguration
public LocalAudioMixerConfiguration()
-