Schnittstelle Pad.OnPadQueryFunction

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

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onPadQueryFunction(CallbackHandler __self, Pad pad, Object parent, Query query)
    The signature of the query function.
  • Methodendetails

    • onPadQueryFunction

      boolean onPadQueryFunction(CallbackHandler __self, @Nonnull Pad pad, @Nullable Object parent, @Nonnull Query query)
      The signature of the query function.
      Parameter:
      pad - the #GstPad to query.
      parent - the parent of @pad. If the #GST_PAD_FLAG_NEED_PARENT flag is set, @parent is guaranteed to be not-%NULL and remain valid during the execution of this function.
      query - the #GstQuery object to execute
      Gibt zurück:
      %TRUE if the query could be performed.