GstCapsFilterMapFunc

A function that will be called in gst_caps_filter_and_map_in_place(). 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)

Meta