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)

Return Value

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

Meta