tag_merge_use_first
function tag_merge_use_first(src:GObject.Value):void {
// Gjs wrapper for gst_tag_merge_use_first()
}This is a convenience function for the func argument of Gst.tag_register. It creates a copy of the first value from the list.
- src
GValue to copy from