GstCapsForeachFunc

A function that will be called in gst_caps_foreach(). The function may not modify @features or @structure.

alias GstCapsForeachFunc = int function(GstCapsFeatures* features, GstStructure* structure, void* userData)

Meta