Where can I get the player state
#1
Is there any property to get the state of the audio- or videoplayer, e.g. property Player.isPlaying or anything else?

_BJ1
Reply
#2
Yes.

But I am not 100% sure if you can use this for Video/Audio that is started outside your addon. I only know the way to create your own player, start playing and check if it is playing.
Reply
#3
Thank you! Bookmarked.
Quote:But I am not 100% sure if you can use this for Video/Audio that is started outside your addon.
I'll check this and let you know.

_BJ1

Edit: Both player.isPlayingAudio() and player.isPlayingVideo() returns the correct state also when they starts outside of an addon
Reply

Logout Mark Read Team Forum Stats Members Help
Where can I get the player state0