|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for classes controlling the playback of Tracks.
Method Summary | |
void |
cpStop()
Stop playing. |
Track |
getPlaying()
Get the currently playing Track |
long |
getRemainingPlayingTime()
Get the remaining play time for the current Track |
TrackSource |
getTrackSource()
Get the currently playing TrackSource. |
boolean |
isPaused()
Test whether the playback is paused |
void |
pause()
Pause playback |
void |
play()
Play the current/next available Track. |
void |
setTrackSource(TrackSource ts)
Set the TrackSource to play from. |
void |
skip()
Skip to the next available Track. |
Method Detail |
public Track getPlaying()
public void play()
public boolean isPaused()
public void pause()
public void skip()
public void cpStop()
public long getRemainingPlayingTime()
public TrackSource getTrackSource()
public void setTrackSource(TrackSource ts)
ts
- The TrackSource for this onbject to play from
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |