|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |