Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
agora::rtc::RecorderStreamInfo Struct Reference

The information about the media streams to be recorded. More...

#include <AgoraBase.h>

Public Member Functions

 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 the media streams to be recorded.

Member Data Documentation

◆ channelId

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

The name of the channel in which the media streams publish.

◆ uid

uid_t agora::rtc::RecorderStreamInfo::uid

The ID of the user whose media streams you want to record.

◆ type

RecorderStreamType agora::rtc::RecorderStreamInfo::type

The Recoder Stream type.