Uses of Class
org.gstreamer.FlowReturn

Packages that use FlowReturn
org.gstreamer   
org.gstreamer.elements   
org.gstreamer.io   
org.gstreamer.lowlevel   
 

Uses of FlowReturn in org.gstreamer
 

Methods in org.gstreamer that return FlowReturn
 FlowReturn Pad.chain(Buffer buffer)
          Chain a buffer to pad.
 FlowReturn Pad.getRange(long offset, int size, Buffer[] buffer)
          When pad is flushing this function returns WRONG_STATE immediatly.
 FlowReturn Pad.pullRange(long offset, int size, Buffer[] buffer)
          Pulls a buffer from the peer pad.
static FlowReturn FlowReturn.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FlowReturn[] FlowReturn.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FlowReturn in org.gstreamer.elements
 

Methods in org.gstreamer.elements that return FlowReturn
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.
 

Uses of FlowReturn in org.gstreamer.io
 

Methods in org.gstreamer.io that return FlowReturn
protected  FlowReturn WriteableByteChannelSink.sinkRender(Buffer buffer)
           
protected  FlowReturn ReadableByteChannelSrc.srcFillBuffer(long offset, int size, Buffer buffer)
           
 

Uses of FlowReturn in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return FlowReturn
 FlowReturn BaseAPI.Render.callback(BaseSink sink, Buffer buffer)
           
 FlowReturn BaseAPI.BufferAlloc.callback(BaseSrc sink, long offset, int size, Caps caps, com.sun.jna.Pointer bufRef)
           
 FlowReturn BaseAPI.Create.callback(BaseSrc src, long offset, int size, com.sun.jna.Pointer bufRef)
           
 FlowReturn AppAPI.gst_app_src_end_of_stream(AppSrc appsrc)
           
 FlowReturn AppAPI.gst_app_src_push_buffer(AppSrc appsrc, Buffer buffer)
           
 FlowReturn GstPadAPI.gst_pad_chain(Pad pad, Buffer buffer)
           
 FlowReturn GstPadAPI.gst_pad_get_range(Pad pad, long offset, int size, Buffer[] buffer)
           
 FlowReturn GstPadAPI.gst_pad_pull_range(Pad pad, long offset, int size, Buffer[] buffer)
           
 FlowReturn GstPadAPI.gst_pad_push(Pad pad, Buffer buffer)