Schnittstelle Structure.OnStructureFilterMapFunc

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

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

    • onStructureFilterMapFunc

      boolean onStructureFilterMapFunc(CallbackHandler __self, int field_id, @Nonnull Value value, @Nullable Pointer user_data)
      A function that will be called in gst_structure_filter_and_map_in_place().
      The function may modify @value, and the value will be removed from
      the structure if %FALSE is returned.
      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 field should be preserved, %FALSE if it should be removed.