39#if WITH_MUSIC == 1 || DOXYGEN
void AppMusicPlayerOn()
Switch on the music player. If necessary, a connection the the last MPD servcer is openend,...
bool AppMusicSetServer(const char *id)
Select MPD server by its ID.
bool AppMusicIsPlayingForSure(int minDb=-INT_MAX)
Return 'true' if the player is actually playing and it is guaranteed that either the user can hear so...
bool AppMusicIsPlayingOrShouldBe()
Return 'true' if the player is either actually playing or should be playing, but is not for a reason ...
bool AppMusicIsPlaying()
Return 'true' if the player is actually playing.
void AppMusicPlayerOff()
Stop the music player.