Agora Java API Reference for Android
|
#include <AgoraBase.h>
Public Member Functions | |
RecorderStreamInfo () | |
RecorderStreamInfo (const char *channelId, uid_t uid) | |
Public Attributes | |
const char * | channelId |
uid_t | uid |
The information about recorded media streams.
agora::rtc::RecorderStreamInfo::RecorderStreamInfo | ( | ) |
The channel ID of the audio/video stream needs to be recorded.
uid_t agora::rtc::RecorderStreamInfo::uid |
The user ID.