Ac3Settings constructor

Ac3Settings({
  1. double? bitrate,
  2. Ac3BitstreamMode? bitstreamMode,
  3. Ac3CodingMode? codingMode,
  4. int? dialnorm,
  5. Ac3DrcProfile? drcProfile,
  6. Ac3LfeFilter? lfeFilter,
  7. Ac3MetadataControl? metadataControl,
})

Implementation

Ac3Settings({
  this.bitrate,
  this.bitstreamMode,
  this.codingMode,
  this.dialnorm,
  this.drcProfile,
  this.lfeFilter,
  this.metadataControl,
});