LiveTranscoding constructor
LiveTranscoding(
- List<
TranscodingUser> ? transcodingUsers, { - int? width,
- int? height,
- int? videoBitrate,
- VideoFrameRate? videoFramerate,
- bool? lowLatency,
- int? videoGop,
- AnyrtcImage? watermark,
- AnyrtcImage? backgroundImage,
- AudioSampleRateType? audioSampleRate,
- int? audioBitrate,
- AudioChannel? audioChannels,
- AudioCodecProfileType? audioCodecProfile,
- VideoCodecProfileType? videoCodecProfile,
- Color? backgroundColor,
- String? transcodingExtraInfo,
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.transcodingExtraInfo,
});