Eac3AtmosSettings constructor
Eac3AtmosSettings({
- int? bitrate,
- Eac3AtmosBitstreamMode? bitstreamMode,
- Eac3AtmosCodingMode? codingMode,
- Eac3AtmosDialogueIntelligence? dialogueIntelligence,
- Eac3AtmosDynamicRangeCompressionLine? dynamicRangeCompressionLine,
- Eac3AtmosDynamicRangeCompressionRf? dynamicRangeCompressionRf,
- double? loRoCenterMixLevel,
- double? loRoSurroundMixLevel,
- double? ltRtCenterMixLevel,
- double? ltRtSurroundMixLevel,
- Eac3AtmosMeteringMode? meteringMode,
- int? sampleRate,
- int? speechThreshold,
- Eac3AtmosStereoDownmix? stereoDownmix,
- Eac3AtmosSurroundExMode? surroundExMode,
Implementation
Eac3AtmosSettings({
this.bitrate,
this.bitstreamMode,
this.codingMode,
this.dialogueIntelligence,
this.dynamicRangeCompressionLine,
this.dynamicRangeCompressionRf,
this.loRoCenterMixLevel,
this.loRoSurroundMixLevel,
this.ltRtCenterMixLevel,
this.ltRtSurroundMixLevel,
this.meteringMode,
this.sampleRate,
this.speechThreshold,
this.stereoDownmix,
this.surroundExMode,
});