AacSettings constructor

AacSettings({
  1. double? bitrate,
  2. AacCodingMode? codingMode,
  3. AacInputType? inputType,
  4. AacProfile? profile,
  5. AacRateControlMode? rateControlMode,
  6. AacRawFormat? rawFormat,
  7. double? sampleRate,
  8. AacSpec? spec,
  9. AacVbrQuality? vbrQuality,
})

Implementation

AacSettings({
  this.bitrate,
  this.codingMode,
  this.inputType,
  this.profile,
  this.rateControlMode,
  this.rawFormat,
  this.sampleRate,
  this.spec,
  this.vbrQuality,
});