MixedStreamVideoConfig constructor
MixedStreamVideoConfig({})
Implementation
MixedStreamVideoConfig({
this.bitrate = 500,
this.fps = 15,
this.gop = 2,
this.width = 360,
this.height = 640,
this.enableBframe = false,
this.videoCodec = $p.MixedStreamVideoCodecType.h264,
});