TagList.this

Deserializes a tag list.

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

Parameters

str string

a string created with gst_tag_list_to_string()

Return: a new #GstTagList, or %NULL in case of an error.

Throws

ConstructionException GTK+ fails to create the object.

Meta