TocEntry.this

Create new #GstTocEntry structure.

  1. this(GstTocEntry* gstTocEntry, bool ownedRef)
  2. this(GstTocEntryType type, string uid)
    class TocEntry
    this

Parameters

type GstTocEntryType

entry type.

uid string

unique ID (UID) in the whole TOC.

Return Value

newly allocated #GstTocEntry structure, free it with gst_toc_entry_unref().

Throws

ConstructionException GTK+ fails to create the object.

Meta