GstCapsMapFunc

A function that will be called in gst_caps_map_in_place(). The function may modify @features and @structure.

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

Meta