javazoom.jl.decoder
public interface Control
Method Summary | |
---|---|
double | getPosition()
Retrieves the current position. |
boolean | isPlaying() |
boolean | isRandomAccess() |
void | pause() |
void | setPosition(double d) |
void | start()
Starts playback of the media presented by this control. |
void | stop()
Stops playback of the media presented by this control. |