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)

Return Value

%TRUE if the field should be preserved, %FALSE if it should be removed.

Meta