MixedStreamVideoConfig constructor

MixedStreamVideoConfig({
  1. int bitrate = 500,
  2. int fps = 15,
  3. int gop = 2,
  4. int width = 360,
  5. int height = 640,
  6. bool enableBframe = false,
  7. MixedStreamVideoCodecType videoCodec = $p.MixedStreamVideoCodecType.h264,
})

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,
});