com.jmex.audio.openal
Class OpenALStreamedAudioPlayer.PlayerThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.jmex.audio.openal.OpenALStreamedAudioPlayer.PlayerThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
OpenALStreamedAudioPlayer

 class OpenALStreamedAudioPlayer.PlayerThread
extends java.lang.Thread

The thread that updates the sound. XXX: I am considering abolishing these one-per-sound threads.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  long interval
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
OpenALStreamedAudioPlayer.PlayerThread(long interval)
          Creates the PlayerThread
 
Method Summary
 void run()
          Calls update at an interval
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

interval

long interval
Constructor Detail

OpenALStreamedAudioPlayer.PlayerThread

OpenALStreamedAudioPlayer.PlayerThread(long interval)
Creates the PlayerThread

Method Detail

run

public void run()
Calls update at an interval

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread