GstStructureForeachFunc

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

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

Return Value

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