GstStructureMapFunc

A function that will be called in gst_structure_map_in_place(). The function may modify @value.

alias GstStructureMapFunc = int function(GQuark fieldId, GValue* value, void* userData)

Return Value

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

Meta