Gst.TagList.prototype.insert
function insert(from:Gst.TagList, mode:Gst.TagMergeMode):void { // Gjs wrapper for gst_tag_list_insert() }
Inserts the tags of the from list into the first list using the given mode.
- from
list to merge from
- mode
the mode to use