TagList.this

Deserializes a tag list.

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

Parameters

str string

a string created with gst_tag_list_to_string()

Throws

ConstructionException GTK+ fails to create the object.

Meta