Schnittstelle Registry.OnPluginFeatureFilter

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

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    A function that can be used with e.g. gst_registry_feature_filter()
    to get a list of pluginfeature that match certain criteria.
  • Methodendetails

    • onPluginFeatureFilter

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