codeanticode.gsvideo
Class GSBufferSrc

java.lang.Object
  extended by CustomSrc
      extended by codeanticode.gsvideo.GSBufferSrc

public class GSBufferSrc
extends CustomSrc

This class is intended to injects buffers into the GStreamer pipeline. DOESN'T WORK.


Constructor Summary
GSBufferSrc(processing.core.PApplet parent, java.util.concurrent.SynchronousQueue<java.nio.ByteBuffer> queue, int wt, int w, int h, java.lang.String name)
           
 
Method Summary
 boolean srcIsSeekable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSBufferSrc

public GSBufferSrc(processing.core.PApplet parent,
                   java.util.concurrent.SynchronousQueue<java.nio.ByteBuffer> queue,
                   int wt,
                   int w,
                   int h,
                   java.lang.String name)
Method Detail

srcIsSeekable

public boolean srcIsSeekable()


processing library gsvideo by Andres Colubri. (c) 2008