* #7037: manager: added comment explaining checkAudio()

This commit is contained in:
Tristan Matthews
2013-06-27 15:53:14 -04:00
parent dc3c38f6ef
commit c5ed959a0d

View File

@ -1040,6 +1040,12 @@ class ManagerImpl {
*/
AccountMap getAllAccounts() const;
/**
* Suspends SFLphone's audio processing if no calls remain, allowing
* other applications to resume audio.
* See:
* https://projects.savoirfairelinux.com/issues/7037
*/
void
checkAudio();