Mp2Settings constructor
Mp2Settings({
- double? bitrate,
- Mp2CodingMode? codingMode,
- double? sampleRate,
Implementation
Mp2Settings({
this.bitrate,
this.codingMode,
this.sampleRate,
});