|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Buffer | |
---|---|
org.gstreamer | |
org.gstreamer.elements | |
org.gstreamer.io | |
org.gstreamer.lowlevel |
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)
|
void |
RGBDataFileSink.pushRGBFrame(Buffer buf)
Pushes a buffer down the pipeline. |
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)
|
Uses of Buffer in org.gstreamer.lowlevel |
---|
Methods in org.gstreamer.lowlevel that return Buffer | |
---|---|
Buffer |
AppAPI.gst_app_sink_pull_buffer(AppSink appsink)
|
Buffer |
AppAPI.gst_app_sink_pull_preroll(AppSink appsink)
|
Buffer |
GstBufferAPI.gst_buffer_create_sub(Buffer parent,
int offset,
int size)
|
Buffer |
GstBufferAPI.gst_buffer_join(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_make_metadata_writable(Buffer buf)
|
Buffer |
GstBufferAPI.gst_buffer_merge(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_new_and_alloc(int size)
|
Buffer |
GstBufferAPI.gst_buffer_new()
|
Buffer |
GstBufferAPI.gst_buffer_span(Buffer buf1,
int offset,
Buffer buf2,
int len)
|
Buffer |
GstBufferAPI.gst_buffer_try_new_and_alloc(int size)
|
Methods in org.gstreamer.lowlevel with parameters of type Buffer | |
---|---|
FlowReturn |
BaseAPI.Render.callback(BaseSink sink,
Buffer buffer)
|
void |
BaseAPI.GetTimes.callback(Element src,
Buffer buffer,
com.sun.jna.Pointer start,
com.sun.jna.Pointer end)
|
void |
GstPadAPI.PadDataProbe.callback(Pad pad,
Buffer buffer,
com.sun.jna.Pointer unused)
|
FlowReturn |
AppAPI.gst_app_src_push_buffer(AppSrc appsrc,
Buffer buffer)
|
Buffer |
GstBufferAPI.gst_buffer_create_sub(Buffer parent,
int offset,
int size)
|
Caps |
GstBufferAPI.gst_buffer_get_caps(Buffer buffer)
|
boolean |
GstBufferAPI.gst_buffer_is_metadata_writable(Buffer buf)
|
boolean |
GstBufferAPI.gst_buffer_is_span_fast(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_join(Buffer buf1,
Buffer buf2)
|
Buffer |
GstBufferAPI.gst_buffer_make_metadata_writable(Buffer buf)
|
Buffer |
GstBufferAPI.gst_buffer_merge(Buffer buf1,
Buffer buf2)
|
void |
GstBufferAPI.gst_buffer_set_caps(Buffer buffer,
Caps caps)
|
Buffer |
GstBufferAPI.gst_buffer_span(Buffer buf1,
int offset,
Buffer buf2,
int len)
|
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 |