Package ch.bailu.gtk.gst
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
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 namevalue
- the #GValue of the fielduser_data
- user data- Gibt zurück:
- %TRUE if the field should be preserved, %FALSE if it should be removed.
-