Package io.agora.rtc2
Class LocalAudioMixerConfiguration.MixedAudioStream
java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream
- Enclosing class:
- LocalAudioMixerConfiguration
The audio streams for the audio mixing on the local client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe source type of audio for the audio mixing on the local client.intThe ID of the remote user.The source type of audio for the audio mixing on the local client.intThe track id for custom track. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
remoteUserUid
public int remoteUserUidThe ID of the remote user. -
channelId
The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE. -
sourceType
The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE. -
trackId
public int trackIdThe track id for custom track. See #AUDIO_SOURCE_TYPE.
-
-
Constructor Details
-
MixedAudioStream
public MixedAudioStream()
-