Skip to content

libvlc.VLCMediaPlayer.IsPlaying

Andrew Lambert edited this page Apr 26, 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 while the medium is being loaded after calling VLCPlayer.Play.

Clone this wiki locally