RecorderStreamInfo

Used to describe the media stream information to be recorded.

struct RecorderStreamInfo {
  const char* channelId;
  uid_t uid;
  RecorderStreamType type;
};

Properties

channelId
Channel name of the published media stream.
uid
User ID whose media stream needs to be recorded.
type
Recorder stream type. See RecorderStreamType.