Eac3AtmosSettings constructor

Eac3AtmosSettings({
  1. int? bitrate,
  2. Eac3AtmosBitstreamMode? bitstreamMode,
  3. Eac3AtmosCodingMode? codingMode,
  4. Eac3AtmosDialogueIntelligence? dialogueIntelligence,
  5. Eac3AtmosDynamicRangeCompressionLine? dynamicRangeCompressionLine,
  6. Eac3AtmosDynamicRangeCompressionRf? dynamicRangeCompressionRf,
  7. double? loRoCenterMixLevel,
  8. double? loRoSurroundMixLevel,
  9. double? ltRtCenterMixLevel,
  10. double? ltRtSurroundMixLevel,
  11. Eac3AtmosMeteringMode? meteringMode,
  12. int? sampleRate,
  13. int? speechThreshold,
  14. Eac3AtmosStereoDownmix? stereoDownmix,
  15. 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,
});