/* ctor */ InputStreamNode(this.stream, {Pcm? codec}) { this.codec = (codec != null) ? codec : DefaultCodec(); }