LiveTranscoding constructor

最近更新时间:2022-09-20 05:17:40

LiveTranscoding(
    List<TranscodingUser> transcodingUsers,
    {int width,
    int height,
    int videoBitrate,
    VideoFrameRate videoFramerate,
    bool lowLatency,
    int videoGop,
    ARImage watermark,
    ARImage 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,
});