Schnittstelle Structure.OnStructureMapFunc

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

@FunctionalInterface public static interface Structure.OnStructureMapFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onStructureMapFunc(CallbackHandler __self, int field_id, Value value, Pointer user_data)
    A function that will be called in gst_structure_map_in_place().
  • Methodendetails

    • onStructureMapFunc

      boolean onStructureMapFunc(CallbackHandler __self, int field_id, @Nonnull Value value, @Nullable Pointer user_data)
      A function that will be called in gst_structure_map_in_place(). The function
      may modify @value.
      Parameter:
      field_id - the #GQuark of the field name
      value - the #GValue of the field
      user_data - user data
      Gibt zurück:
      %TRUE if the map operation should continue, %FALSE if the map operation should stop with %FALSE.