javazoom.jl.decoder
Interface Control


public interface Control

Work in progress.


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.
 

Method Detail

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.

isPlaying

public boolean isPlaying()

pause

public void pause()

isRandomAccess

public boolean isRandomAccess()

getPosition

public double getPosition()
Retrieves the current position.

setPosition

public void setPosition(double d)


JavaZOOM 1999-2002