GstStructureForeachFunc

A function that will be called in gst_structure_foreach(). The function may not modify @value.

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

Meta