Gst.TagList.prototype.add_value

function add_value(mode:Gst.TagMergeMode, tag:String, value:GObject.Value):void {
    // Gjs wrapper for gst_tag_list_add_value()
}

Sets the GValue for a given tag using the specified mode.

mode

the mode to use

tag

tag

value

GValue for this tag