Skip to content

libvlc.ListPlayer.IsPlaying

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

libvlc.ListPlayer.IsPlaying

Property declaration

 Dim IsPlaying As Boolean

Remarks

Returns True if the player is currently playing. NOTE: Use ListPlayer.CurrentState for more detailed information about the current state of the player. In particular, IsPlaying will return False for an indeterminate period of time after calling the ListPlayer.Play while the medium is being loaded.

Clone this wiki locally