gst.toc_entry
Module for [TocEntry] class
class TocEntry
Types 1
classTocEntry : gobject.boxed.Boxed
Methods
void appendSubEntry(gst.toc_entry.TocEntry subentry) nothrowAppends the #GstTocEntry subentry to entry.gst.types.TocEntryType getEntryType() nothrowbool getLoop(out gst.types.TocLoopType loopType, out int repeatCount) nothrowGet loop_type and repeat_count values from the entry and write them into appropriate storages. Loops are e.g. used by sampled instruments. GStreamer is not automatically applying the loop. The appl...gst.toc_entry.TocEntry getParent() nothrowGets the parent #GstTocEntry of entry. Returns: The parent #GstTocEntry of entrybool getStartStopTimes(out long start, out long stop) nothrowGet start and stop values from the entry and write them into appropriate storages.gst.toc_entry.TocEntry[] getSubEntries() nothrowGets the sub-entries of entry. Returns: A #GList of #GstTocEntry of entrybool isAlternative() nothrowbool isSequence() nothrowvoid mergeTags(gst.tag_list.TagList tags, gst.types.TagMergeMode mode) nothrowMerge tags into the existing tags of entry using mode.void setLoop(gst.types.TocLoopType loopType, int repeatCount) nothrowSet loop_type and repeat_count values for the entry.void setTags(gst.tag_list.TagList tags = null) nothrowSet a #GstTagList with tags for the complete entry.Constructors
this(gst.types.TocEntryType type, string uid)Create new #GstTocEntry structure.