H265Settings constructor

H265Settings({
  1. H265AdaptiveQuantization? adaptiveQuantization,
  2. H265AlternateTransferFunctionSei? alternateTransferFunctionSei,
  3. int? bitrate,
  4. H265CodecLevel? codecLevel,
  5. H265CodecProfile? codecProfile,
  6. H265DynamicSubGop? dynamicSubGop,
  7. H265FlickerAdaptiveQuantization? flickerAdaptiveQuantization,
  8. H265FramerateControl? framerateControl,
  9. H265FramerateConversionAlgorithm? framerateConversionAlgorithm,
  10. int? framerateDenominator,
  11. int? framerateNumerator,
  12. H265GopBReference? gopBReference,
  13. int? gopClosedCadence,
  14. double? gopSize,
  15. H265GopSizeUnits? gopSizeUnits,
  16. int? hrdBufferInitialFillPercentage,
  17. int? hrdBufferSize,
  18. H265InterlaceMode? interlaceMode,
  19. int? maxBitrate,
  20. int? minIInterval,
  21. int? numberBFramesBetweenReferenceFrames,
  22. int? numberReferenceFrames,
  23. H265ParControl? parControl,
  24. int? parDenominator,
  25. int? parNumerator,
  26. H265QualityTuningLevel? qualityTuningLevel,
  27. H265QvbrSettings? qvbrSettings,
  28. H265RateControlMode? rateControlMode,
  29. H265SampleAdaptiveOffsetFilterMode? sampleAdaptiveOffsetFilterMode,
  30. H265SceneChangeDetect? sceneChangeDetect,
  31. int? slices,
  32. H265SlowPal? slowPal,
  33. H265SpatialAdaptiveQuantization? spatialAdaptiveQuantization,
  34. H265Telecine? telecine,
  35. H265TemporalAdaptiveQuantization? temporalAdaptiveQuantization,
  36. H265TemporalIds? temporalIds,
  37. H265Tiles? tiles,
  38. H265UnregisteredSeiTimecode? unregisteredSeiTimecode,
  39. H265WriteMp4PackagingType? writeMp4PackagingType,
})

Implementation

H265Settings({
  this.adaptiveQuantization,
  this.alternateTransferFunctionSei,
  this.bitrate,
  this.codecLevel,
  this.codecProfile,
  this.dynamicSubGop,
  this.flickerAdaptiveQuantization,
  this.framerateControl,
  this.framerateConversionAlgorithm,
  this.framerateDenominator,
  this.framerateNumerator,
  this.gopBReference,
  this.gopClosedCadence,
  this.gopSize,
  this.gopSizeUnits,
  this.hrdBufferInitialFillPercentage,
  this.hrdBufferSize,
  this.interlaceMode,
  this.maxBitrate,
  this.minIInterval,
  this.numberBFramesBetweenReferenceFrames,
  this.numberReferenceFrames,
  this.parControl,
  this.parDenominator,
  this.parNumerator,
  this.qualityTuningLevel,
  this.qvbrSettings,
  this.rateControlMode,
  this.sampleAdaptiveOffsetFilterMode,
  this.sceneChangeDetect,
  this.slices,
  this.slowPal,
  this.spatialAdaptiveQuantization,
  this.telecine,
  this.temporalAdaptiveQuantization,
  this.temporalIds,
  this.tiles,
  this.unregisteredSeiTimecode,
  this.writeMp4PackagingType,
});