RecorderStreamInfo
需录制的音视频流的相关信息。
C#
public class RecorderStreamInfo
{
public string channelId;
public uint uid;
public RecorderStreamType type;
};
channelId
需录制的频道名称。
uid
需录制的用户 ID。
type
需录制的视频流类型,详见 RecorderStreamType。