Eac3Settings constructor
Eac3Settings({
- Eac3AttenuationControl? attenuationControl,
- int? bitrate,
- Eac3BitstreamMode? bitstreamMode,
- Eac3CodingMode? codingMode,
- Eac3DcFilter? dcFilter,
- int? dialnorm,
- Eac3DynamicRangeCompressionLine? dynamicRangeCompressionLine,
- Eac3DynamicRangeCompressionRf? dynamicRangeCompressionRf,
- Eac3LfeControl? lfeControl,
- Eac3LfeFilter? lfeFilter,
- double? loRoCenterMixLevel,
- double? loRoSurroundMixLevel,
- double? ltRtCenterMixLevel,
- double? ltRtSurroundMixLevel,
- Eac3MetadataControl? metadataControl,
- Eac3PassthroughControl? passthroughControl,
- Eac3PhaseControl? phaseControl,
- int? sampleRate,
- Eac3StereoDownmix? stereoDownmix,
- Eac3SurroundExMode? surroundExMode,
- 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,
});