Schnittstelle Structure.OnStructureFilterMapIdStrFunc

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

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

    • onStructureFilterMapIdStrFunc

      boolean onStructureFilterMapIdStrFunc(CallbackHandler __self, @Nonnull IdStr fieldname, @Nonnull Value value, @Nullable Pointer user_data)
      A function that will be called in gst_structure_filter_and_map_in_place_id_str().
      The function may modify @value, and the value will be removed from the
      structure if %FALSE is returned.
      Parameter:
      fieldname - the #GstIdStr field name
      value - the #GValue of the field
      user_data - user data
      Gibt zurück:
      %TRUE if the field should be preserved, %FALSE if it should be removed.