Schnittstelle Pad.OnPadActivateModeFunction

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

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onPadActivateModeFunction(CallbackHandler __self, Pad pad, Object parent, int mode, boolean active)
    The prototype of the push and pull activate functions.
  • Methodendetails

    • onPadActivateModeFunction

      boolean onPadActivateModeFunction(CallbackHandler __self, @Nonnull Pad pad, @Nonnull Object parent, int mode, boolean active)
      The prototype of the push and pull activate functions.
      Parameter:
      pad - a #GstPad
      parent - the parent of @pad
      mode - the requested activation mode of @pad
      active - activate or deactivate the pad.
      Gibt zurück:
      %TRUE if the pad could be activated or deactivated.