GstStructureFilterMapFunc

A function that will be called in Structure.filterAndMapInPlace. 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.