ZegoVideoConfig constructor
- int captureWidth,
- int captureHeight,
- int encodeWidth,
- int encodeHeight,
- int fps,
- int bitrate,
- ZegoVideoCodecID codecID,
- {int? keyFrameInterval}
Implementation
ZegoVideoConfig(this.captureWidth, this.captureHeight, this.encodeWidth,
this.encodeHeight, this.fps, this.bitrate, this.codecID,
{this.keyFrameInterval});