Package rma.util
Interface VCRPlayer
public interface VCRPlayer
-
Method Summary
Modifier and TypeMethodDescriptionvoidfastForward(int startPosition) return a string representation of the current locationintgets the current position in the play listintgetDelay()gets the delay between displaying items in the play listintgets the number of items in the playlistbooleanhasData()voidplay(int startPosition) voidsetCurrentPosition(int pos) sets the current position in the play listvoidsetDelay(int delay) voidsetPaused(boolean paused) voidstop()
-
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()
-