GstCapsMapFunc

A function that will be called in Caps.mapInPlace. The function may modify features and structure.

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

Return Value

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