H264Settings constructor
H264Settings({
- H264AdaptiveQuantization? adaptiveQuantization,
- AfdSignaling? afdSignaling,
- int? bitrate,
- int? bufFillPct,
- int? bufSize,
- H264ColorMetadata? colorMetadata,
- H264ColorSpaceSettings? colorSpaceSettings,
- H264EntropyEncoding? entropyEncoding,
- H264FilterSettings? filterSettings,
- FixedAfd? fixedAfd,
- H264FlickerAq? flickerAq,
- H264ForceFieldPictures? forceFieldPictures,
- H264FramerateControl? framerateControl,
- int? framerateDenominator,
- int? framerateNumerator,
- H264GopBReference? gopBReference,
- int? gopClosedCadence,
- int? gopNumBFrames,
- double? gopSize,
- H264GopSizeUnits? gopSizeUnits,
- H264Level? level,
- H264LookAheadRateControl? lookAheadRateControl,
- int? maxBitrate,
- int? minIInterval,
- int? numRefFrames,
- H264ParControl? parControl,
- int? parDenominator,
- int? parNumerator,
- H264Profile? profile,
- H264QualityLevel? qualityLevel,
- int? qvbrQualityLevel,
- H264RateControlMode? rateControlMode,
- H264ScanType? scanType,
- H264SceneChangeDetect? sceneChangeDetect,
- int? slices,
- int? softness,
- H264SpatialAq? spatialAq,
- H264SubGopLength? subgopLength,
- H264Syntax? syntax,
- H264TemporalAq? temporalAq,
- H264TimecodeInsertionBehavior? timecodeInsertion,
Implementation
H264Settings({
this.adaptiveQuantization,
this.afdSignaling,
this.bitrate,
this.bufFillPct,
this.bufSize,
this.colorMetadata,
this.colorSpaceSettings,
this.entropyEncoding,
this.filterSettings,
this.fixedAfd,
this.flickerAq,
this.forceFieldPictures,
this.framerateControl,
this.framerateDenominator,
this.framerateNumerator,
this.gopBReference,
this.gopClosedCadence,
this.gopNumBFrames,
this.gopSize,
this.gopSizeUnits,
this.level,
this.lookAheadRateControl,
this.maxBitrate,
this.minIInterval,
this.numRefFrames,
this.parControl,
this.parDenominator,
this.parNumerator,
this.profile,
this.qualityLevel,
this.qvbrQualityLevel,
this.rateControlMode,
this.scanType,
this.sceneChangeDetect,
this.slices,
this.softness,
this.spatialAq,
this.subgopLength,
this.syntax,
this.temporalAq,
this.timecodeInsertion,
});