Mp3 constructor

Mp3()

Implementation

/* ctor */ Mp3() {
  deprecatedCodec = Codec.mp3;
  audioFormat = AudioFormat.mp3;
}