Agora RTC Objective-C API Reference  Refactor
Data Fields
RecorderStreamInfo Struct Reference

Data Fields

const char * channelId
 
uid_t uid
 
RecorderStreamType type
 

Detailed Description

The information about recorded media streams.

Constructor & Destructor Documentation

◆ RecorderStreamInfo() [1/3]

RecorderStreamInfo ( )
inline

◆ RecorderStreamInfo() [2/3]

RecorderStreamInfo ( const char *  channelId,
uid_t  uid 
)
inline

◆ RecorderStreamInfo() [3/3]

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

Field Documentation

◆ channelId

const char* channelId

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

◆ uid

uid_t uid

The user ID.

◆ type

The Recoder Stream type.