Package ch.bailu.gtk.gst
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
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 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.
-