TocEntry.this

Create new gstreamer.TocEntry 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 gstreamer.TocEntry structure, free it with Toc.entryUnref.

Throws

ConstructionException GTK+ fails to create the object.