public static interface Pad.PROBE
#addProbe(java.util.EnumSet, org.freedesktop.gstreamer.Pad.PROBE)| Modifier and Type | Method and Description |
|---|---|
PadProbeReturn |
probeCallback(Pad pad,
PadProbeInfo info)
Callback used by
#addProbe(java.util.EnumSet, org.freedesktop.gstreamer.Pad.PROBE). |
PadProbeReturn probeCallback(Pad pad, PadProbeInfo info)
#addProbe(java.util.EnumSet, org.freedesktop.gstreamer.Pad.PROBE).
Gets called to notify about the current blocking type.
The PadProbeInfo and any Buffer, Event or Query referenced from it, is only valid for the duration of the callback.
pad - Pad that is blockedinfo - PadProbeInfo with access to underlying dataCopyright © 2021 gstreamer-java. All rights reserved.