cnrg.itx.datax.jaudio
Class JAudioIn

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

public class JAudioIn
extends java.lang.Object


Field Summary
protected  Queue blockQueue
           
protected  JAudioDevice device
           
 
Constructor Summary
protected JAudioIn(JAudioDevice device)
           
 
Method Summary
 void addBlock(JAudioBlock block)
           
private  void addBlockN(JAudioBlock b)
           
 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

JAudioIn

protected JAudioIn(JAudioDevice device)
Method Detail

start

public void start()
           throws JAudioException

stop

public void stop()
          throws JAudioException

addBlock

public void addBlock(JAudioBlock block)
              throws JAudioException

startN

private void startN()

addBlockN

private void addBlockN(JAudioBlock b)

stopN

private void stopN()