shuffleIndices property

List<int>? shuffleIndices

The current shuffled sequence of indexed audio sources, or null if no audio source is set.

Implementation

List<int>? get shuffleIndices => _shuffleIndicesSubject.nvalue;