Flac constructor

Flac()

Implementation

/* ctor */ Flac() {
  deprecatedCodec = Codec.flac;
  audioFormat = AudioFormat.flac;
}