vlc.State
- class vlc.State(value)
Bases:
_EnumNote the order of
Stateenum 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.NothingSpecialvlc.State.Openingvlc.State.Bufferingvlc.State.Playingvlc.State.Pausedvlc.State.Stoppedvlc.State.Endedvlc.State.Error
Initialize self. See help(type(self)) for accurate signature.
- _enum_names_