AacSettings constructor
AacSettings({
- double? bitrate,
- AacCodingMode? codingMode,
- AacInputType? inputType,
- AacProfile? profile,
- AacRateControlMode? rateControlMode,
- AacRawFormat? rawFormat,
- double? sampleRate,
- AacSpec? spec,
- AacVbrQuality? vbrQuality,
Implementation
AacSettings({
this.bitrate,
this.codingMode,
this.inputType,
this.profile,
this.rateControlMode,
this.rawFormat,
this.sampleRate,
this.spec,
this.vbrQuality,
});