Gst.TagList.prototype.foreach
function foreach(func:Gst.TagForeachFunc):void {
// Gjs wrapper for gst_tag_list_foreach()
}Calls the given function for each tag inside the tag list. Note that if there is no tag, the function won't be called at all.
- func
function to be called for each tag