Skip to content

libvlc.VLCMediaPlayer.IsPlaying

Andrew Lambert edited this page Apr 29, 2016 · 6 revisions

##Property declaration

 Dim IsPlaying As Boolean

##Remarks Returns True if the player is currently playing. NOTE: Use VLCPlayer.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 VLCPlayer.Play while the medium is being loaded.

Clone this wiki locally