StructureFilterMapFunc

A function that will be called in gst.structure.Structure.filterAndMapInPlace. The function may modify value, and the value will be removed from the structure if false is returned.

alias StructureFilterMapFunc = bool delegate

Return Value

true if the field should be preserved, false if it should be removed.