Package rma.util
Interface VCRPlayer
public interface VCRPlayer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fastForward
(int startPosition) return a string representation of the current locationint
gets the current position in the play listint
getDelay()
gets the delay between displaying items in the play listint
gets the number of items in the playlistboolean
hasData()
void
play
(int startPosition) void
setCurrentPosition
(int pos) sets the current position in the play listvoid
setDelay
(int delay) void
setPaused
(boolean paused) void
stop()
-
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()
-