Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Attributes | |
AUDIO_SOURCE_TYPE | sourceType |
uid_t | remoteUserUid |
const char * | channelId |
track_id_t | trackId |
The audio streams for the video mixing on the local client.
AUDIO_SOURCE_TYPE agora::rtc::MixedAudioStream::sourceType |
The source type of audio for the audio mixing on the local client. See #AUDIO_SOURCE_TYPE.
uid_t agora::rtc::MixedAudioStream::remoteUserUid |
The ID of the remote user.
AUDIO_SOURCE_REMOTE
. const char* agora::rtc::MixedAudioStream::channelId |
The channel ID of the remote user.
AUDIO_SOURCE_REMOTE
. track_id_t agora::rtc::MixedAudioStream::trackId |
The track ID of the local track.
AUDIO_SOURCE_REMOTE
.