| Package | Description |
|---|---|
| org.freedesktop.gstreamer |
| Modifier and Type | Method and Description |
|---|---|
PadProbeReturn |
Pad.DATA_PROBE.dataReceived(Pad pad,
Buffer buffer) |
PadProbeReturn |
Pad.EVENT_PROBE.eventReceived(Pad pad,
Event event) |
PadProbeReturn |
Pad.PROBE.probeCallback(Pad pad,
PadProbeInfo info)
Callback used by
#addProbe(java.util.EnumSet, org.freedesktop.gstreamer.Pad.PROBE). |
static PadProbeReturn |
PadProbeReturn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PadProbeReturn[] |
PadProbeReturn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 gstreamer-java. All rights reserved.