Uses of Class
de.humatic.dsj.DSSampleBuffer

Packages that use DSSampleBuffer
de.humatic.dsj   
 

Uses of DSSampleBuffer in de.humatic.dsj
 

Methods in de.humatic.dsj that return DSSampleBuffer
 DSSampleBuffer DSFiltergraph.insertSampleAccessFilter(DSFilter before, DSFilter.DSPin srcPin, DSFilter after, int flags)
          Installs an nio.ByteBuffer between the two specified filters from which the application can read - depending on the insertion point - compressed or uncompressed data.
 DSSampleBuffer DSBDAGraph.interceptTransportStream(int flags)
          Intercepts dataflow in the native filtergraph before the MPEG Demultiplexer.
 

Methods in de.humatic.dsj with parameters of type DSSampleBuffer
abstract  int[] JTransInPlaceFilter.transform(DSSampleBuffer buffer)
          Abstract method that subclasses must implement.