Ac3Settings constructor
Ac3Settings({
- int? bitrate,
- Ac3BitstreamMode? bitstreamMode,
- Ac3CodingMode? codingMode,
- int? dialnorm,
- Ac3DynamicRangeCompressionProfile? dynamicRangeCompressionProfile,
- Ac3LfeFilter? lfeFilter,
- Ac3MetadataControl? metadataControl,
- int? sampleRate,
Implementation
Ac3Settings({
this.bitrate,
this.bitstreamMode,
this.codingMode,
this.dialnorm,
this.dynamicRangeCompressionProfile,
this.lfeFilter,
this.metadataControl,
this.sampleRate,
});