TrackPlayerpublic interface ITrackPlayer
| Modifier and Type | Method | Description |
|---|---|---|
void |
add(IPlayableTrack track) |
Add a track to the playing queue.
|
void |
clearPlayList() |
Clear all queued tracks from the list.
|
void |
play() |
Play the track queue.
|
void |
stop() |
Stop the playing.
|
void add(IPlayableTrack track)
track - to be addedvoid clearPlayList()
void play()
void stop()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.