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

  1. this(GstTagList* gstTagList)
  2. this()
  3. this(string str)
  4. this(void* varArgs)
    class TagList
    this
    (
    void* varArgs
    )

Parameters

varArgs void*

tag / value pairs to set

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

Throws

ConstructionException GTK+ fails to create the object.

Meta