RecorderStreamInfo
用于描述待录制媒体流的信息。
C++
struct RecorderStreamInfo {
const char* channelId;
uid_t uid;
RecorderStreamType type;
};
channelId
发布媒体流的频道名。
uid
需要录制其媒体流的用户 ID。
type
录制器流类型,详见 RecorderStreamType。
用于描述待录制媒体流的信息。
struct RecorderStreamInfo {
const char* channelId;
uid_t uid;
RecorderStreamType type;
};