-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.ChangedState
Andrew Lambert edited this page Mar 15, 2017
·
4 revisions
Event Sub ChangedState()
Raised when the player has changed state. Playback occurs asynchronously on a separate (OS-level) thread. As such, the player might transition through several states before this event is raised; this event won't be raised if the player transitions back to its previous state quickly (e.g. ERROR
->OPENING
->ERROR
).
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"