:right-sidebar: True TocEntryType =================================================================== .. currentmodule:: gi.repository.Gst .. class:: TocEntryType :no-contents-entry: The different types of TOC entries (see :obj:`~gi.repository.Gst.TocEntry`). There are two types of TOC entries: alternatives or parts in a sequence. Methods ------- .. rst-class:: interim-class .. class:: TocEntryType :no-index: .. method:: get_nick(type: ~gi.repository.Gst.TocEntryType) -> str Converts ``type`` to a string representation. :param type: a :obj:`~gi.repository.Gst.TocEntryType`. Fields ------ .. rst-class:: interim-class .. class:: TocEntryType :no-index: .. attribute:: ANGLE Entry is an angle (i.e. an alternative) .. attribute:: CHAPTER Entry is a chapter (i.e. a part of a sequence) .. attribute:: EDITION Entry is an edition (i.e. alternative) .. attribute:: INVALID Invalid entry type value .. attribute:: TITLE Entry is a title (i.e. a part of a sequence) .. attribute:: TRACK Entry is a track (i.e. a part of a sequence) .. attribute:: VERSION Entry is a version (i.e. alternative)