H265Settings constructor
H265Settings({
- H265AdaptiveQuantization? adaptiveQuantization,
- H265AlternateTransferFunctionSei? alternateTransferFunctionSei,
- int? bitrate,
- H265CodecLevel? codecLevel,
- H265CodecProfile? codecProfile,
- H265DynamicSubGop? dynamicSubGop,
- H265FlickerAdaptiveQuantization? flickerAdaptiveQuantization,
- H265FramerateControl? framerateControl,
- H265FramerateConversionAlgorithm? framerateConversionAlgorithm,
- int? framerateDenominator,
- int? framerateNumerator,
- H265GopBReference? gopBReference,
- int? gopClosedCadence,
- double? gopSize,
- H265GopSizeUnits? gopSizeUnits,
- int? hrdBufferInitialFillPercentage,
- int? hrdBufferSize,
- H265InterlaceMode? interlaceMode,
- int? maxBitrate,
- int? minIInterval,
- int? numberBFramesBetweenReferenceFrames,
- int? numberReferenceFrames,
- H265ParControl? parControl,
- int? parDenominator,
- int? parNumerator,
- H265QualityTuningLevel? qualityTuningLevel,
- H265QvbrSettings? qvbrSettings,
- H265RateControlMode? rateControlMode,
- H265SampleAdaptiveOffsetFilterMode? sampleAdaptiveOffsetFilterMode,
- H265SceneChangeDetect? sceneChangeDetect,
- int? slices,
- H265SlowPal? slowPal,
- H265SpatialAdaptiveQuantization? spatialAdaptiveQuantization,
- H265Telecine? telecine,
- H265TemporalAdaptiveQuantization? temporalAdaptiveQuantization,
- H265TemporalIds? temporalIds,
- H265Tiles? tiles,
- H265UnregisteredSeiTimecode? unregisteredSeiTimecode,
- 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,
});