GstTagForeachFunc

A function that will be called in gst_tag_list_foreach(). The function may not modify the tag list.

alias GstTagForeachFunc = void function(GstTagList* list, const(char)* tag, void* userData)

Meta