Eac3Settings constructor

Eac3Settings({
  1. Eac3AttenuationControl? attenuationControl,
  2. int? bitrate,
  3. Eac3BitstreamMode? bitstreamMode,
  4. Eac3CodingMode? codingMode,
  5. Eac3DcFilter? dcFilter,
  6. int? dialnorm,
  7. Eac3DynamicRangeCompressionLine? dynamicRangeCompressionLine,
  8. Eac3DynamicRangeCompressionRf? dynamicRangeCompressionRf,
  9. Eac3LfeControl? lfeControl,
  10. Eac3LfeFilter? lfeFilter,
  11. double? loRoCenterMixLevel,
  12. double? loRoSurroundMixLevel,
  13. double? ltRtCenterMixLevel,
  14. double? ltRtSurroundMixLevel,
  15. Eac3MetadataControl? metadataControl,
  16. Eac3PassthroughControl? passthroughControl,
  17. Eac3PhaseControl? phaseControl,
  18. int? sampleRate,
  19. Eac3StereoDownmix? stereoDownmix,
  20. Eac3SurroundExMode? surroundExMode,
  21. Eac3SurroundMode? surroundMode,
})

Implementation

Eac3Settings({
  this.attenuationControl,
  this.bitrate,
  this.bitstreamMode,
  this.codingMode,
  this.dcFilter,
  this.dialnorm,
  this.dynamicRangeCompressionLine,
  this.dynamicRangeCompressionRf,
  this.lfeControl,
  this.lfeFilter,
  this.loRoCenterMixLevel,
  this.loRoSurroundMixLevel,
  this.ltRtCenterMixLevel,
  this.ltRtSurroundMixLevel,
  this.metadataControl,
  this.passthroughControl,
  this.phaseControl,
  this.sampleRate,
  this.stereoDownmix,
  this.surroundExMode,
  this.surroundMode,
});