public interface ITrackPlayer
| Modifier and Type | Method and 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 - void clearPlayList()
void play()
void stop()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.