|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Thread
ufg.processing.AudioPlayer
public class AudioPlayer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary |
|---|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
AudioPlayer(java.lang.String filePath)
|
|
| Method Summary | |
|---|---|
void |
controllerUpdate(javax.media.ControllerEvent event)
|
void |
destroy()
|
boolean |
isDone()
|
void |
loop()
|
void |
remove()
|
void |
restart()
|
void |
start()
|
void |
stopp()
|
void |
waitUntilFinished()
|
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AudioPlayer(java.lang.String filePath)
| Method Detail |
|---|
public void loop()
public void start()
start in class java.lang.Threadpublic void stopp()
public void destroy()
destroy in class java.lang.Threadpublic void remove()
public void restart()
public boolean isDone()
public void waitUntilFinished()
public void controllerUpdate(javax.media.ControllerEvent event)
controllerUpdate in interface javax.media.ControllerListener
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||