|
Agora Java API Reference for Android
|
The source of the audio streams that are mixed locally. More...
#include <AgoraBase.h>
Public Attributes | |
| AUDIO_SOURCE_TYPE | sourceType |
| uid_t | remoteUserUid |
| const char * | channelId |
| track_id_t | trackId |
The source of the audio streams that are mixed locally.
| AUDIO_SOURCE_TYPE agora::rtc::MixedAudioStream::sourceType |
The type of the audio source. See AUDIO_SOURCE_TYPE.
| uid_t agora::rtc::MixedAudioStream::remoteUserUid |
The user ID of the remote user.
| const char* agora::rtc::MixedAudioStream::channelId |
The channel name. This parameter signifies the channel in which users engage in real-time audio and video interaction. Under the premise of the same App ID, users who fill in the same channel ID enter the same channel for audio and video interaction. The string length must be less than 64 bytes. Supported characters (89 characters in total):
| track_id_t agora::rtc::MixedAudioStream::trackId |
The audio track ID. Set this parameter to the custom audio track ID returned in createCustomAudioTrack.
1.8.18