Vp9CodecSettings constructor

Vp9CodecSettings({
  1. int? bitrateBps,
  2. int? crfLevel,
  3. double? frameRate,
  4. String? frameRateConversionStrategy,
  5. String? gopDuration,
  6. int? gopFrameCount,
  7. int? heightPixels,
  8. Vp9ColorFormatHLG? hlg,
  9. String? pixelFormat,
  10. String? profile,
  11. String? rateControlMode,
  12. Vp9ColorFormatSDR? sdr,
  13. int? widthPixels,
})

Implementation

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