Skip to content

libvlc.PlayerState

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

libvlc.PlayerState

Enumeration

 Protected Enum PlayerState
   Idle=0
   Opening=1
   Buffering=2
   Playing=3
   Paused=4
   Stopping=5
   Ended=6
   Error=7

Remarks

Used by the VLCPlayer class (and elsewhere) to indicate the current state of the player.

Clone this wiki locally