That could be useful in a game for intance, to let the user play his own music instead of the game music.
Question
Detecting if media player is playing in the background.
Hi,
I was wondering if it is possible to know if the system media player (ie: iPod on ios) is playing.
On iOS I would do something like that:
if ([[MPMusicPlayerController iPodMusicPlayer] playbackState] == MPMusicPlaybackStatePlaying) ...
I doubt it's possible, but hey it's worth asking.