Schnittstelle Caps.OnCapsMapFunc

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

@FunctionalInterface public static interface Caps.OnCapsMapFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onCapsMapFunc(CallbackHandler __self, CapsFeatures features, Structure structure, Pointer user_data)
    A function that will be called in gst_caps_map_in_place().
  • Methodendetails

    • onCapsMapFunc

      boolean onCapsMapFunc(CallbackHandler __self, @Nonnull CapsFeatures features, @Nonnull Structure structure, @Nullable Pointer user_data)
      A function that will be called in gst_caps_map_in_place(). The function
      may modify @features and @structure.
      Parameter:
      features - the #GstCapsFeatures
      structure - the #GstStructure
      user_data - user data
      Gibt zurück:
      %TRUE if the map operation should continue, %FALSE if the map operation should stop with %FALSE.