javazoom.jl.decoder

Interface Control

public interface Control

Work in progress.
Method Summary
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

getPosition

public double getPosition()
Retrieves the current position.

isPlaying

public boolean isPlaying()

isRandomAccess

public boolean isRandomAccess()

pause

public void pause()

setPosition

public void setPosition(double d)

start

public void start()
Starts playback of the media presented by this control.

stop

public void stop()
Stops playback of the media presented by this control.
JavaZOOM 1999-2005