|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlayerInterface
General interface for a file data player
Method Summary | |
---|---|
int |
getTime()
Return time in us in player |
boolean |
isChoosingFile()
returns true if user is choosing a file |
boolean |
isPaused()
|
boolean |
isPlayingForwards()
|
void |
mark()
|
void |
pause()
|
void |
resume()
|
void |
rewind()
|
void |
setPaused(boolean yes)
|
void |
setTime(int time)
|
void |
startPlayback(java.io.File file)
Starts playback |
void |
stopPlayback()
|
void |
toggleDirection()
|
void |
unmark()
|
Method Detail |
---|
int getTime()
boolean isChoosingFile()
boolean isPaused()
boolean isPlayingForwards()
void mark() throws java.io.IOException
java.io.IOException
void pause()
void resume()
void rewind()
void setPaused(boolean yes)
void setTime(int time)
void startPlayback(java.io.File file) throws java.io.IOException
file
- the file to play
java.io.IOException
void stopPlayback()
void toggleDirection()
void unmark()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |