H265Settings constructor
H265Settings({
- required int framerateDenominator,
- required int framerateNumerator,
- H265AdaptiveQuantization? adaptiveQuantization,
- AfdSignaling? afdSignaling,
- H265AlternativeTransferFunction? alternativeTransferFunction,
- int? bitrate,
- int? bufSize,
- H265ColorMetadata? colorMetadata,
- H265ColorSpaceSettings? colorSpaceSettings,
- H265FilterSettings? filterSettings,
- FixedAfd? fixedAfd,
- H265FlickerAq? flickerAq,
- int? gopClosedCadence,
- double? gopSize,
- H265GopSizeUnits? gopSizeUnits,
- H265Level? level,
- H265LookAheadRateControl? lookAheadRateControl,
- int? maxBitrate,
- int? minIInterval,
- int? parDenominator,
- int? parNumerator,
- H265Profile? profile,
- int? qvbrQualityLevel,
- H265RateControlMode? rateControlMode,
- H265ScanType? scanType,
- H265SceneChangeDetect? sceneChangeDetect,
- int? slices,
- H265Tier? tier,
- 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,
});