Interface Control


public interface Control
Work in progress.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Retrieves the current position.
    boolean
     
    boolean
     
    void
     
    void
    setPosition(double d)
     
    void
    Starts playback of the media presented by this control.
    void
    Stops playback of the media presented by this control.
  • Method Details

    • 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)