Skip to content

libvlc.VLCMediaPlayer.IsPlaying

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

Property declaration

 Dim IsPlaying As Boolean

Remarks

Returns True if the player is currently playing. The player transitions through several non-"playing" states while the medium is being loaded. As such, IsPlaying will return False for an indeterminate period of time after calling VLCMediaPlayer.Play

Use VLCMediaPlayer.CurrentState for more detailed information about the current state of the player.

Clone this wiki locally