MP3Info constructor

MP3Info(
  1. Version version,
  2. Layer layer,
  3. SampleRate? sampleRate,
  4. ChannelMode channelMode,
  5. int bitrate,
  6. bool crc,
  7. Duration duration,
  8. bool copyrighted,
  9. bool original,
  10. Emphasis? emphasis,
)

Implementation

MP3Info(
  this.version,
  this.layer,
  this.sampleRate,
  this.channelMode,
  this.bitrate,
  this.crc,
  this.duration,
  this.copyrighted,
  this.original,
  this.emphasis,
);