sequenceStream property

Stream<List<IndexedAudioSource>?> sequenceStream

A stream broadcasting the current sequence of indexed audio sources.

Implementation

Stream<List<IndexedAudioSource>?> get sequenceStream =>
    _sequenceSubject.stream;