Package io.agora.rtc2

Class LocalAudioMixerConfiguration.MixedAudioStream

java.lang.Object
io.agora.rtc2.LocalAudioMixerConfiguration.MixedAudioStream
Enclosing class:
LocalAudioMixerConfiguration

public static class LocalAudioMixerConfiguration.MixedAudioStream extends Object
The audio streams for the audio mixing on the local client.
  • Field Details

    • remoteUserUid

      public int remoteUserUid
      The ID of the remote user.
    • channelId

      public String channelId
      The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE.
    • sourceType

      public Constants.AudioSourceType sourceType
      The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE.
    • trackId

      public int trackId
      The track id for custom track. See #AUDIO_SOURCE_TYPE.
  • Constructor Details

    • MixedAudioStream

      public MixedAudioStream()