cnrg.itx.datax.jaudio
Class JAudioBlock
java.lang.Object
|
+--cnrg.itx.datax.jaudio.QueueElement
|
+--cnrg.itx.datax.jaudio.JAudioBlock
- public class JAudioBlock
- extends cnrg.itx.datax.jaudio.QueueElement
Methods inherited from class cnrg.itx.datax.jaudio.QueueElement |
GetNext,
GetObject,
SetNext,
SetObject |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
wpHeader
protected int wpHeader
JAudioBlock
public JAudioBlock(byte[] data)
throws JAudioException
JAudioBlock
public JAudioBlock(int newDesiredLength)
throws JAudioException
clone
public java.lang.Object clone()
- Overrides:
- clone in class java.lang.Object
waitUntilFinished
public void waitUntilFinished()
throws java.lang.InterruptedException
getData
public byte[] getData()
setData
public void setData(byte[] b)
setNext
public void setNext(JAudioBlock jabNext)
getNext
public JAudioBlock getNext()
markAsFinished
protected void markAsFinished()
grabUsedOutLock
protected boolean grabUsedOutLock()
grabUsedInLock
protected boolean grabUsedInLock()