Agora C++ API Reference for All Platforms
|
Public Member Functions | |
RecorderStreamInfo () | |
RecorderStreamInfo (const char *channelId, uid_t uid) | |
RecorderStreamInfo (const char *channelId, uid_t uid, RecorderStreamType type) | |
Public Attributes | |
const char * | channelId |
uid_t | uid |
RecorderStreamType | type |
The information about recorded media streams.
|
inline |
|
inline |
|
inline |
const char* agora::rtc::RecorderStreamInfo::channelId |
The channel ID of the audio/video stream needs to be recorded.
uid_t agora::rtc::RecorderStreamInfo::uid |
The user ID.
RecorderStreamType agora::rtc::RecorderStreamInfo::type |
The Recoder Stream type.