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)
 
 RecorderStreamInfo (const char *channelId, uid_t uid, RecorderStreamType type)
 

Public Attributes

const char * channelId
 
uid_t uid
 
RecorderStreamType type
 

Detailed Description

The information about recorded media streams.

Constructor & Destructor Documentation

◆ RecorderStreamInfo() [1/3]

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

◆ RecorderStreamInfo() [2/3]

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

◆ RecorderStreamInfo() [3/3]

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

Member Data Documentation

◆ channelId

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

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

◆ uid

uid_t agora::rtc::RecorderStreamInfo::uid

The user ID.

◆ type

RecorderStreamType agora::rtc::RecorderStreamInfo::type

The Recoder Stream type.