shuffleIndicesStream property

Stream<List<int>?> shuffleIndicesStream

A stream broadcasting the current shuffled sequence of indexed audio sources.

Implementation

Stream<List<int>?> get shuffleIndicesStream => _shuffleIndicesSubject.stream;