int16Sink
int16Sink property
The Stream sink used by Play From Stream
Implementation
StreamSink<List<Int16List>>? get int16Sink =>
_pcmInt16Controller != null ? _pcmInt16Controller!.sink : null;
The Stream sink used by Play From Stream
StreamSink<List<Int16List>>? get int16Sink =>
_pcmInt16Controller != null ? _pcmInt16Controller!.sink : null;