GstStructureFilterMapFunc

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.

alias GstStructureFilterMapFunc = int function(GQuark fieldId, GValue* value, void* userData)

Meta