Package ch.bailu.gtk.gst
Schnittstelle Pad.OnPadProbeCallback
- Umschließende Klasse:
Pad
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onPadProbeCallback
(CallbackHandler __self, Pad pad, PadProbeInfo info, Pointer user_data) Callback used by gst_pad_add_probe().
-
Methodendetails
-
onPadProbeCallback
int onPadProbeCallback(CallbackHandler __self, @Nonnull Pad pad, @Nonnull PadProbeInfo info, @Nullable Pointer user_data) Callback used by gst_pad_add_probe(). Gets called to notify about the current
blocking type.
The callback is allowed to modify the data pointer in @info.- Parameter:
pad
- the #GstPad that is blockedinfo
- #GstPadProbeInfouser_data
- the gpointer to optional user data.- Gibt zurück:
- a #GstPadProbeReturn
-