Agora C++ API Reference for All Platforms
Public Member Functions | Public Attributes | List of all members
agora::rtc::RecorderStreamInfo Struct Reference

Public Member Functions

 RecorderStreamInfo ()
 
 RecorderStreamInfo (const char *channelId, uid_t uid)
 

Public Attributes

const char * channelId
 
uid_t uid
 

Detailed Description

The information about recorded media streams.

Constructor & Destructor Documentation

◆ RecorderStreamInfo() [1/2]

agora::rtc::RecorderStreamInfo::RecorderStreamInfo ( )
inline

The channel ID of the audio/video stream needs to be recorded.

◆ RecorderStreamInfo() [2/2]

agora::rtc::RecorderStreamInfo::RecorderStreamInfo ( const char *  channelId,
uid_t  uid 
)
inline

Member Data Documentation

◆ channelId

const char* agora::rtc::RecorderStreamInfo::channelId

◆ uid

uid_t agora::rtc::RecorderStreamInfo::uid

The user ID.