Pcm.aiff constructor

Pcm.aiff()

Implementation

/* ctor */ Pcm.aiff() {
  audioFormat = AudioFormat.aiff;
  deprecatedCodec = Codec.pcm16WAV;
}