-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.ChangedState
Andrew Lambert edited this page May 1, 2016
·
4 revisions
##Event signature
Event Sub ChangedState()
##Remarks
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
).
##See also
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 "☜"