Vp9CodecSettings constructor

Vp9CodecSettings({
  1. int? bitrateBps,
  2. int? crfLevel,
  3. double? frameRate,
  4. String? gopDuration,
  5. int? gopFrameCount,
  6. int? heightPixels,
  7. String? pixelFormat,
  8. String? profile,
  9. String? rateControlMode,
  10. int? widthPixels,
})

Implementation

Vp9CodecSettings({
  this.bitrateBps,
  this.crfLevel,
  this.frameRate,
  this.gopDuration,
  this.gopFrameCount,
  this.heightPixels,
  this.pixelFormat,
  this.profile,
  this.rateControlMode,
  this.widthPixels,
});