vlc.State

class vlc.State(value)

Bases: _Enum

Note the order of 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.

_enum_names_