getPcmCodec method

Pcm? getPcmCodec()

Implementation

Pcm? getPcmCodec() => (codec is Pcm) ? codec as Pcm : null;