Enum representing the state of a VLCMediaPlayer.
Namespace: com.ptrampert.LibVLCBindAssembly: com.ptrampert.LibVLCBind (in com.ptrampert.LibVLCBind.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
NOTHING_SPECIAL | 0 | Player is Idle. | |
OPENING | 1 | Player is opening. | |
BUFFERING | 2 | Player is buffering. | |
PLAYING | 3 | Player is playing. | |
PAUSED | 4 | Player is paused. | |
STOPPED | 5 | Player is stopped. | |
ENDED | 6 | Player has ended. | |
ERROR | 7 | Player has encountered an error. |
See Also