| Package | Description |
|---|---|
| org.freedesktop.gstreamer | |
| org.freedesktop.gstreamer.elements |
| Modifier and Type | Method and Description |
|---|---|
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
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 .
|
static FlowReturn |
FlowReturn.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
FlowReturn |
AppSrc.endOfStream()
Indicates to the appsrc element that the last buffer queued in the
element is the last buffer of the stream.
|
FlowReturn |
AppSink.NEW_PREROLL.newPreroll(AppSink elem)
New preroll signal
|
FlowReturn |
AppSink.NEW_SAMPLE.newSample(AppSink elem)
New Sample signal
|
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.