Schnittstelle Structure.OnStructureMapIdStrFunc

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

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onStructureMapIdStrFunc(CallbackHandler __self, IdStr fieldname, Value value, Pointer user_data)
    A function that will be called in gst_structure_map_in_place_id_str().
  • Methodendetails

    • onStructureMapIdStrFunc

      boolean onStructureMapIdStrFunc(CallbackHandler __self, @Nonnull IdStr fieldname, @Nonnull Value value, @Nullable Pointer user_data)
      A function that will be called in gst_structure_map_in_place_id_str(). The
      function may modify @value.
      Parameter:
      fieldname - the #GstIdStr 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.