H265Settings constructor

H265Settings({
  1. required int framerateDenominator,
  2. required int framerateNumerator,
  3. H265AdaptiveQuantization? adaptiveQuantization,
  4. AfdSignaling? afdSignaling,
  5. H265AlternativeTransferFunction? alternativeTransferFunction,
  6. int? bitrate,
  7. int? bufSize,
  8. H265ColorMetadata? colorMetadata,
  9. H265ColorSpaceSettings? colorSpaceSettings,
  10. H265FilterSettings? filterSettings,
  11. FixedAfd? fixedAfd,
  12. H265FlickerAq? flickerAq,
  13. int? gopClosedCadence,
  14. double? gopSize,
  15. H265GopSizeUnits? gopSizeUnits,
  16. H265Level? level,
  17. H265LookAheadRateControl? lookAheadRateControl,
  18. int? maxBitrate,
  19. int? minIInterval,
  20. int? parDenominator,
  21. int? parNumerator,
  22. H265Profile? profile,
  23. int? qvbrQualityLevel,
  24. H265RateControlMode? rateControlMode,
  25. H265ScanType? scanType,
  26. H265SceneChangeDetect? sceneChangeDetect,
  27. int? slices,
  28. H265Tier? tier,
  29. H265TimecodeInsertionBehavior? timecodeInsertion,
})

Implementation

H265Settings({
  required this.framerateDenominator,
  required this.framerateNumerator,
  this.adaptiveQuantization,
  this.afdSignaling,
  this.alternativeTransferFunction,
  this.bitrate,
  this.bufSize,
  this.colorMetadata,
  this.colorSpaceSettings,
  this.filterSettings,
  this.fixedAfd,
  this.flickerAq,
  this.gopClosedCadence,
  this.gopSize,
  this.gopSizeUnits,
  this.level,
  this.lookAheadRateControl,
  this.maxBitrate,
  this.minIInterval,
  this.parDenominator,
  this.parNumerator,
  this.profile,
  this.qvbrQualityLevel,
  this.rateControlMode,
  this.scanType,
  this.sceneChangeDetect,
  this.slices,
  this.tier,
  this.timecodeInsertion,
});