Schnittstelle Pad.OnPadIterIntLinkFunction

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.OnPadIterIntLinkFunction
  • Methodendetails

    • onPadIterIntLinkFunction

      Iterator onPadIterIntLinkFunction(CallbackHandler __self, @Nonnull Pad pad, @Nullable Object parent)
      The signature of the internal pad link iterator 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.
      Gibt zurück:
      a new #GstIterator that will iterate over all pads that are linked to the given pad on the inside of the parent element. the caller must call gst_iterator_free() after usage.