Skip to content

libvlc.VLCPlayer.ChangedState

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

libvlc.VLCPlayer.ChangedState

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

Clone this wiki locally