public class RecorderStreamInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
channelId
The channel ID of the audio/video stream needs to be recorded.
|
int |
recorderStreamType
the recorderStreamType , now we support:
0 the stream in (rtc)channel
1 the stream out channel
|
int |
uid
The user ID.
|
Constructor and Description |
---|
RecorderStreamInfo() |
RecorderStreamInfo(java.lang.String channelId,
int uid,
int recorderStreamType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public int uid
public java.lang.String channelId
public int recorderStreamType