Package javazoom.jl.decoder
Interface Control
-
public interface ControlWork in progress.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetPosition()Retrieves the current position.booleanisPlaying()booleanisRandomAccess()voidpause()voidsetPosition(double d)voidstart()Starts playback of the media presented by this control.voidstop()Stops playback of the media presented by this control.
-
-
-
Method Detail
-
start
void start()
Starts playback of the media presented by this control.
-
stop
void stop()
Stops playback of the media presented by this control.
-
isPlaying
boolean isPlaying()
-
pause
void pause()
-
isRandomAccess
boolean isRandomAccess()
-
getPosition
double getPosition()
Retrieves the current position.
-
setPosition
void setPosition(double d)
-
-