IndexedAudioSourcePlayer constructor

IndexedAudioSourcePlayer(
  1. Html5AudioPlayer html5AudioPlayer,
  2. String id
)

Implementation

IndexedAudioSourcePlayer(Html5AudioPlayer html5AudioPlayer, String id)
    : super(html5AudioPlayer, id);