ZegoMixerOutputVideoConfig constructor
ZegoMixerOutputVideoConfig(
- ZegoVideoCodecID videoCodecID,
- int bitrate, {
- ZegoEncodeProfile encodeProfile = ZegoEncodeProfile.Default,
- int encodeLatency = 0,
- bool enableLowBitrateHD = false,
Implementation
ZegoMixerOutputVideoConfig(this.videoCodecID, this.bitrate,
{this.encodeProfile = ZegoEncodeProfile.Default,
this.encodeLatency = 0,
this.enableLowBitrateHD = false});