Schnittstelle Pad.OnPadForwardFunction

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.OnPadForwardFunction
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onPadForwardFunction(CallbackHandler __self, Pad pad, Pointer user_data)
    A forward function is called for all internally linked pads, see
    gst_pad_forward().
  • Methodendetails

    • onPadForwardFunction

      boolean onPadForwardFunction(CallbackHandler __self, @Nonnull Pad pad, @Nullable Pointer user_data)
      A forward function is called for all internally linked pads, see
      gst_pad_forward().
      Parameter:
      pad - the #GstPad that is forwarded.
      user_data - the gpointer to optional user data.
      Gibt zurück:
      %TRUE if the dispatching procedure has to be stopped.