Function

Gst-1.0Gsttag_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 g_value_unset() the value after use.

    Parameters

    • list: TagList

      list to get the tag from

    • tag: string

      tag to read out

    Returns [boolean, unknown]

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