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.

@FunctionalInterface public static interface Pad.OnPadProbeCallback
  • 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 blocked
      info - #GstPadProbeInfo
      user_data - the gpointer to optional user data.
      Gibt zurück:
      a #GstPadProbeReturn