cnrg.itx.datax.jaudio
Class JAudioOut

java.lang.Object
  |
  +--cnrg.itx.datax.jaudio.JAudioOut

public class JAudioOut
extends java.lang.Object


Field Summary
protected  Queue blockQueue
           
protected  JAudioDevice device
           
 
Constructor Summary
protected JAudioOut(JAudioDevice device)
           
 
Method Summary
 void putBlock(JAudioBlock block)
           
private  void putBlockN(JAudioBlock block)
           
 void start()
           
private  void startN()
           
 void stop()
           
private  void stopN()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

device

protected JAudioDevice device

blockQueue

protected Queue blockQueue
Constructor Detail

JAudioOut

protected JAudioOut(JAudioDevice device)
Method Detail

start

public void start()
           throws JAudioException

stop

public void stop()
          throws JAudioException

putBlock

public void putBlock(JAudioBlock block)
              throws JAudioException

startN

private void startN()

putBlockN

private void putBlockN(JAudioBlock block)

stopN

private void stopN()