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

Public Attributes

int remoteUserUid
 
String channelId
 
Constants.AudioSourceType sourceType
 
int trackId
 

Detailed Description

The audio streams for the audio mixing on the local client.

Member Data Documentation

◆ remoteUserUid

int io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.remoteUserUid

The ID of the remote user.

Note
Use this parameter only when the source type of the audio for the audio mixing on the local client is AUDIO_SOURCE_REMOTE.

◆ channelId

String io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.channelId

The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE.

◆ sourceType

Constants.AudioSourceType io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.sourceType

The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE.

◆ trackId

int io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream.trackId

The track id for custom track. See #AUDIO_SOURCE_TYPE.