Uses of Class
org.gstreamer.FlowReturn

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

Uses of FlowReturn in org.gstreamer
 

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