ConcatenatingAudioSourcePlayer constructor

ConcatenatingAudioSourcePlayer(
  1. Html5AudioPlayer html5AudioPlayer,
  2. String id,
  3. List<AudioSourcePlayer> audioSourcePlayers,
  4. bool useLazyPreparation,
  5. List<int> shuffleOrder,
)

Implementation

ConcatenatingAudioSourcePlayer(Html5AudioPlayer html5AudioPlayer, String id,
    this.audioSourcePlayers, this.useLazyPreparation, List<int> shuffleOrder)
    : _shuffleOrder = shuffleOrder,
      super(html5AudioPlayer, id);