vlc.State ========= .. py:class:: vlc.State(value) Bases: :py:obj:`_Enum` Note the order of :class:`State` enum must match exactly the order of See mediacontrol_PlayerStatus, See input_state_e enums, and VideoLAN.LibVLC.State (at bindings/cil/src/media.cs). Expected states by web plugins are: IDLE/CLOSE=0, OPENING=1, PLAYING=3, PAUSED=4, STOPPING=5, ENDED=6, ERROR=7. Defined symbols: * ``vlc.State.NothingSpecial`` * ``vlc.State.Opening`` * ``vlc.State.Buffering`` * ``vlc.State.Playing`` * ``vlc.State.Paused`` * ``vlc.State.Stopped`` * ``vlc.State.Ended`` * ``vlc.State.Error`` Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: _enum_names_