video_types =========== .. py:module:: video_types Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`VideoType ` - Generic enumeration. Classes ------- .. py:class:: VideoType Bases: :py:obj:`enum.Enum` Generic enumeration. Derive from this class to define new enumerations. .. rubric:: Overview .. list-table:: Attributes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`COMPCHILD ` - \- * - :py:obj:`COMPROOT ` - \- * - :py:obj:`IMPORTED ` - \- * - :py:obj:`PRMPTBASD ` - \- * - :py:obj:`RAWIMAGE ` - \- * - :py:obj:`RAWTEXT ` - \- * - :py:obj:`TRANSITION ` - \- .. rubric:: Members .. py:attribute:: COMPCHILD :value: 1 .. py:attribute:: COMPROOT :value: 0 .. py:attribute:: IMPORTED :value: 2 .. py:attribute:: PRMPTBASD :value: 5 .. py:attribute:: RAWIMAGE :value: 6 .. py:attribute:: RAWTEXT :value: 3 .. py:attribute:: TRANSITION :value: 4