Skip to main content Link Menu Expand (external link) Document Search Copy Copied
int16Sink property - FlutterSoundPlayer class - player library - Dart API
menu
int16Sink

int16Sink property

StreamSink<List<Int16List>>? get int16Sink

The Stream sink used by Play From Stream

Implementation

StreamSink<List<Int16List>>? get int16Sink =>
    _pcmInt16Controller != null ? _pcmInt16Controller!.sink : null;
flutter_sound 9.24.0