Package rma.util

Interface VCRPlayer


public interface VCRPlayer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    fastForward(int startPosition)
     
    return a string representation of the current location
    int
    gets the current position in the play list
    int
    gets the delay between displaying items in the play list
    int
    gets the number of items in the playlist
    boolean
     
    void
    play(int startPosition)
     
    void
    sets the current position in the play list
    void
    setDelay(int delay)
     
    void
    setPaused(boolean paused)
     
    void
     
  • Method Details

    • getCurrentPosition

      int getCurrentPosition()
      gets the current position in the play list
    • setCurrentPosition

      void setCurrentPosition(int pos)
      sets the current position in the play list
    • getDelay

      int getDelay()
      gets the delay between displaying items in the play list
    • getPlaySize

      int getPlaySize()
      gets the number of items in the playlist
    • setPaused

      void setPaused(boolean paused)
    • play

      void play(int startPosition)
    • fastForward

      void fastForward(int startPosition)
    • stop

      void stop()
    • setDelay

      void setDelay(int delay)
    • getCurrentLocation

      String getCurrentLocation()
      return a string representation of the current location
    • hasData

      boolean hasData()