GstStructureMapFunc

A function that will be called in Structure.mapInPlace. The function may modify value.

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

Return Value

TRUE if the map operation should continue, FALSE if the map operation should stop with FALSE.