AudioPlayerManager
AudioPlayerManager copied to clipboard
How to get playerstate?
trafficstars
Hi,
Is it possible to get player state? Like Buffering, Error, Playing and Pause. I can get playing and pause by AudioPlayerManager.shared.isPlaying(). But would like to know if there is build in function to get other states.
Hey, so far AudioPlayerManager doesn't keep track of these states. You are right, isPlaying is the only one.