LiveTranscoding constructor
- List<
TranscodingUser> transcodingUsers, - {int width,
- int height,
- int videoBitrate,
- VideoFrameRate videoFramerate,
- bool lowLatency,
- int videoGop,
- AgoraImage watermark,
- AgoraImage backgroundImage,
- AudioSampleRateType audioSampleRate,
- int audioBitrate,
- AudioChannel audioChannels,
- AudioCodecProfileType audioCodecProfile,
- VideoCodecProfileType videoCodecProfile,
- Color backgroundColor,
- String userConfigExtraInfo}
Constructs a LiveTranscoding
Implementation
LiveTranscoding(this.transcodingUsers, {
this.width,
this.height,
this.videoBitrate,
this.videoFramerate,
this.lowLatency,
this.videoGop,
this.watermark,
this.backgroundImage,
this.audioSampleRate,
this.audioBitrate,
this.audioChannels,
this.audioCodecProfile,
this.videoCodecProfile,
this.backgroundColor,
this.userConfigExtraInfo,
});