Mp2Settings constructor

Mp2Settings({
  1. double? bitrate,
  2. Mp2CodingMode? codingMode,
  3. double? sampleRate,
})

Implementation

Mp2Settings({
  this.bitrate,
  this.codingMode,
  this.sampleRate,
});