Mpeg2Settings constructor
Mpeg2Settings({
- required int framerateDenominator,
- required int framerateNumerator,
- Mpeg2AdaptiveQuantization? adaptiveQuantization,
- AfdSignaling? afdSignaling,
- Mpeg2ColorMetadata? colorMetadata,
- Mpeg2ColorSpace? colorSpace,
- Mpeg2DisplayRatio? displayAspectRatio,
- Mpeg2FilterSettings? filterSettings,
- FixedAfd? fixedAfd,
- int? gopClosedCadence,
- int? gopNumBFrames,
- double? gopSize,
- Mpeg2GopSizeUnits? gopSizeUnits,
- Mpeg2ScanType? scanType,
- Mpeg2SubGopLength? subgopLength,
- Mpeg2TimecodeInsertionBehavior? timecodeInsertion,
Implementation
Mpeg2Settings({
required this.framerateDenominator,
required this.framerateNumerator,
this.adaptiveQuantization,
this.afdSignaling,
this.colorMetadata,
this.colorSpace,
this.displayAspectRatio,
this.filterSettings,
this.fixedAfd,
this.gopClosedCadence,
this.gopNumBFrames,
this.gopSize,
this.gopSizeUnits,
this.scanType,
this.subgopLength,
this.timecodeInsertion,
});