Remove playmuted audio configuration

This commit is contained in:
Tiago Koji Castro Shibata
2017-07-18 15:15:04 -03:00
parent 4e9212b152
commit 3dfe3808c6
7 changed files with 24 additions and 41 deletions
+2 -2
View File
@@ -67,12 +67,12 @@ void vibrate();
/**
* Enable mix mode (e.g. with background music apps) and playback with a muted device.
**/
void setAudioMixWithOthers(bool mixMode, bool playMuted);
void setAudioMixWithOthers(bool mixEnabled);
/**
* Returns whether another application is playing audio.
**/
bool audioShouldBeSilenced();
bool hasBackgroundMusic();
} // ios
} // love