| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
PadProbeInfo.getBuffer()
Get the Buffer from the probe, or null.
|
Buffer |
Sample.getBuffer()
Get the
Buffer associated with sample, or NULL when there is no
buffer. |
| Modifier and Type | Method and Description |
|---|---|
FlowReturn |
Pad.chain(Buffer buffer)
Chain a buffer to pad.
|
PadProbeReturn |
Pad.DATA_PROBE.dataReceived(Pad pad,
Buffer buffer) |
FlowReturn |
Pad.getRange(long offset,
int size,
Buffer[] buffer)
When pad is flushing this function returns
FlowReturn.FLUSHING immediately. |
FlowReturn |
Pad.pullRange(long offset,
int size,
Buffer[] buffer)
Pulls a buffer from the peer pad.
|
FlowReturn |
Pad.push(Buffer buffer)
Pushes a buffer to the peer of pad .
|
void |
Sample.setBuffer(Buffer buffer)
Set the
Buffer associated with sample. |
| Modifier and Type | Method and Description |
|---|---|
FlowReturn |
AppSrc.pushBuffer(Buffer buffer)
Adds a buffer to the queue of buffers that the appsrc element will push
to its source pad.
|
Copyright © 2021 gstreamer-java. All rights reserved.