Uses of Class
org.gstreamer.Buffer

Packages that use Buffer
org.gstreamer   
org.gstreamer.elements   
org.gstreamer.io   
 

Uses of Buffer in org.gstreamer
 

Methods in org.gstreamer that return Buffer
 Buffer Buffer.createSubBuffer(int offset, int size)
          Creates a sub-buffer from this buffer at offset and size.
 Buffer Buffer.makeWritable()
          Makes a writable buffer from this buffer.
 

Methods in org.gstreamer with parameters of type Buffer
 void Element.HANDOFF.handoff(Element element, Buffer buffer, Pad pad)
          Called when an Element has a Buffer ready.
 

Uses of Buffer in org.gstreamer.elements
 

Methods in org.gstreamer.elements that return Buffer
 Buffer AppSink.pullBuffer()
          Pulls a Buffer from the AppSink.
 Buffer AppSink.pullPreroll()
          Get the last preroll buffer in this AppSink.
 

Methods in org.gstreamer.elements with parameters of type Buffer
 void AppSrc.pushBuffer(Buffer buffer)
           
protected  FlowReturn CustomSink.sinkPreRoll(Buffer buffer)
           
protected  FlowReturn CustomSink.sinkRender(Buffer buffer)
           
protected  FlowReturn CustomSrc.srcCreateBuffer(long offset, int size, Buffer[] bufRef)
          Used when more control of Buffer creation is desired than fillBuffer() affords.
protected  FlowReturn CustomSrc.srcFillBuffer(long offset, int size, Buffer buffer)
          Used when you just want to fill a Buffer with data.
protected  void CustomSrc.srcGetTimes(Buffer buffer, long[] start, long[] end)
           
 

Uses of Buffer in org.gstreamer.io
 

Methods in org.gstreamer.io with parameters of type Buffer
protected  FlowReturn WriteableByteChannelSink.sinkRender(Buffer buffer)
           
protected  FlowReturn ReadableByteChannelSrc.srcFillBuffer(long offset, int size, Buffer buffer)