GstCapsFilterMapFunc

A function that will be called in Caps.filterAndMapInPlace. The function may modify features and structure, and both will be removed from the caps if FALSE is returned.

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

Return Value

TRUE if the features and structure should be preserved, FALSE if it should be removed.