public interface Control
Modifier and Type | Method and Description |
---|---|
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.
|
void start()
void stop()
boolean isPlaying()
void pause()
boolean isRandomAccess()
double getPosition()
void setPosition(double d)