H264CodecSettings constructor

H264CodecSettings({
  1. bool? allowOpenGop,
  2. double? aqStrength,
  3. int? bFrameCount,
  4. bool? bPyramid,
  5. int? bitrateBps,
  6. int? crfLevel,
  7. bool? enableTwoPass,
  8. String? entropyCoder,
  9. double? frameRate,
  10. String? frameRateConversionStrategy,
  11. String? gopDuration,
  12. int? gopFrameCount,
  13. int? heightPixels,
  14. H264ColorFormatHLG? hlg,
  15. String? pixelFormat,
  16. String? preset,
  17. String? profile,
  18. String? rateControlMode,
  19. H264ColorFormatSDR? sdr,
  20. String? tune,
  21. int? vbvFullnessBits,
  22. int? vbvSizeBits,
  23. int? widthPixels,
})

Implementation

H264CodecSettings({
  this.allowOpenGop,
  this.aqStrength,
  this.bFrameCount,
  this.bPyramid,
  this.bitrateBps,
  this.crfLevel,
  this.enableTwoPass,
  this.entropyCoder,
  this.frameRate,
  this.frameRateConversionStrategy,
  this.gopDuration,
  this.gopFrameCount,
  this.heightPixels,
  this.hlg,
  this.pixelFormat,
  this.preset,
  this.profile,
  this.rateControlMode,
  this.sdr,
  this.tune,
  this.vbvFullnessBits,
  this.vbvSizeBits,
  this.widthPixels,
});