ZegoMixerOutputVideoConfig constructor

ZegoMixerOutputVideoConfig(
  1. ZegoVideoCodecID videoCodecID,
  2. int bitrate, {
  3. ZegoEncodeProfile encodeProfile = ZegoEncodeProfile.Default,
  4. int encodeLatency = 0,
  5. bool enableLowBitrateHD = false,
})

Implementation

ZegoMixerOutputVideoConfig(this.videoCodecID, this.bitrate,
    {this.encodeProfile = ZegoEncodeProfile.Default,
    this.encodeLatency = 0,
    this.enableLowBitrateHD = false});