VideoFormat =========== .. py:class:: ansys.stk.core.graphics.VideoFormat IntEnum .. py:currentmodule:: VideoFormat Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~H264` - H.264 file format. * - :py:attr:`~WMV` - Windows Media Video (WMV) file format. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import VideoFormat