-
-
Notifications
You must be signed in to change notification settings - Fork 4
libvlc.VLCPlayer.IsPlaying
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Dim IsPlaying As Boolean
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 VLCPlayer.CurrentState for more detailed information about the current state of the player.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.
Entry-level points of interest denoted by "☜"