Agora Java API Reference for Android
|
Public Member Functions | |
RecorderStreamInfo (String channelId, int uid, int recorderStreamType) | |
String | toString () |
Public Attributes | |
int | uid |
String | channelId |
int | recorderStreamType |
The information about recorded media streams.
int io.agora.rtc2.RecorderStreamInfo.uid |
The user ID. A 32-bit unsigned integer with a value ranging from 1 to (2^32-1)
String io.agora.rtc2.RecorderStreamInfo.channelId |
The channel ID of the audio/video stream needs to be recorded. The string length must be less than 64 bytes. Supported character scopes are:
int io.agora.rtc2.RecorderStreamInfo.recorderStreamType |
the recorderStreamType , now we support: 0 the stream in (rtc)channel 1 the stream out channel