GstCapsForeachFunc

A function that will be called in Caps.foreach. The function may not modify features or structure.

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

Return Value

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

Meta