AudioCompressionOptions constructor
const
AudioCompressionOptions({})
Implementation
const AudioCompressionOptions({
this.quality = 80,
this.outputFormat,
this.keepMetadata = true,
this.customOptions,
this.sampleRate,
this.channels,
this.audioCodec,
this.bitrate,
});