Package io.agora.rtc2
Class LocalAudioMixerConfiguration
java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration
The configuration of the audio mixing on the local client.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe audio streams for the audio mixing on the local client. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe audio streams for the audio mixing on the local client.booleanWhether to use the timestamp follow the local mic's audio frame. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
audioInputStreams
The audio streams for the audio mixing on the local client. See MixedAudioStream. -
syncWithLocalMic
public boolean syncWithLocalMicWhether 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()
-