TagList.copyValue

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.value.Value.unset the value after use.

class TagList
static
bool
copyValue

Parameters

dest gobject.value.Value

uninitialized #GValue to copy into

list gst.tag_list.TagList

list to get the tag from

tag string

tag to read out

Return Value

Type: bool

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