copy_value

function copy_value(list:Gst.TagList, tag:String):Boolean {
    // Gjs wrapper for gst_tag_list_copy_value()
}

Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag. You must GObject.unset the value after use.

list

list to get the tag from

tag

tag to read out

Returns

TRUE, if a value was copied, FALSE if the tag didn't exist in the given list.