SequenceState constructor

SequenceState(
  1. List<IndexedAudioSource> sequence,
  2. int currentIndex,
  3. List<int> shuffleIndices,
  4. bool shuffleModeEnabled,
  5. LoopMode loopMode,
)

Implementation

SequenceState(this.sequence, this.currentIndex, this.shuffleIndices,
    this.shuffleModeEnabled, this.loopMode);