Uses of Class
de.humatic.dsj.JSampleBuffer

Packages that use JSampleBuffer
de.humatic.dsj   
 

Uses of JSampleBuffer in de.humatic.dsj
 

Methods in de.humatic.dsj that return JSampleBuffer
 JSampleBuffer JSampleBuffer.copy()
           
 JSampleBuffer DSSampleBuffer.persist()
          Copies the current sample from the ByteBuffer - where it will be overwritten - into a JSampleBuffer.
 

Methods in de.humatic.dsj with parameters of type JSampleBuffer
 int CompressedJavaSource.putSample(JSampleBuffer jsb)
          Used by PUSH and ASYNC sources, adds a sample to the queue that the filter manages.