VideoPlayback ============= .. py:class:: ansys.stk.core.graphics.VideoPlayback IntEnum .. py:currentmodule:: VideoPlayback Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~REAL_TIME` - The video will playback in realtime. * - :py:attr:`~MAPPED` - The video will playback in coincidence with the scene manager time within the interval defined by interval start time and interval end time. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import VideoPlayback