Mp3Settings constructor
Mp3Settings({
- int? bitrate,
- int? channels,
- Mp3RateControlMode? rateControlMode,
- int? sampleRate,
- int? vbrQuality,
Implementation
Mp3Settings({
this.bitrate,
this.channels,
this.rateControlMode,
this.sampleRate,
this.vbrQuality,
});