com.mdp.voice
Class AudioReceiver

java.lang.Object
  extended by java.lang.Thread
      extended by com.mdp.voice.AudioReceiver
All Implemented Interfaces:
java.lang.Runnable

public class AudioReceiver
extends java.lang.Thread


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
AudioReceiver(Globals globals)
          AudioReceiver Read data from the network and play it through the speaker.
 
Method Summary
 void run()
          Run method...
 void setIP(java.lang.String s)
          Set ip address
 void setPort(int p)
          Set port
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, 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
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioReceiver

public AudioReceiver(Globals globals)
AudioReceiver Read data from the network and play it through the speaker.

Parameters:
globals -
Method Detail

run

public void run()
Run method... read from the network and play through the speaker

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

setIP

public void setIP(java.lang.String s)
Set ip address

Parameters:
s -

setPort

public void setPort(int p)
Set port

Parameters:
p -