Schnittstelle Registry.OnPluginFilter

Umschließende Klasse:
Registry
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface Registry.OnPluginFilter
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onPluginFilter(CallbackHandler __self, Plugin plugin, Pointer user_data)
    A function that can be used with e.g. gst_registry_plugin_filter()
    to get a list of plugins that match certain criteria.
  • Methodendetails

    • onPluginFilter

      boolean onPluginFilter(CallbackHandler __self, @Nonnull Plugin plugin, @Nullable Pointer user_data)
      A function that can be used with e.g. gst_registry_plugin_filter()
      to get a list of plugins that match certain criteria.
      Parameter:
      plugin - the plugin to check
      user_data - the user_data that has been passed on e.g. gst_registry_plugin_filter()
      Gibt zurück:
      %TRUE for a positive match, %FALSE otherwise