TagList.this

Just like gst_tag_list_new(), only that it takes a va_list argument. Useful mostly for language bindings.

Free-function: gst_tag_list_unref

Parameters

varArgs void*

tag / value pairs to set

Return Value

a new #GstTagList. Free with gst_tag_list_unref() when no longer needed.

Throws

ConstructionException GTK+ fails to create the object.

Meta