Add API method to enable audio loopback in IVoice and

audio context

refs #136
This commit is contained in:
Roland Winklmeier
2014-05-20 16:55:35 +02:00
parent 70c7aa4a94
commit 9c81322137
8 changed files with 52 additions and 0 deletions

View File

@@ -211,4 +211,9 @@ namespace BlackCore
return this->m_dBusInterface->callDBusRet<bool>(QLatin1Literal("isMuted"));
}
void CContextAudioProxy::enableAudioLoopback(bool enable)
{
return this->m_dBusInterface->callDBus(QLatin1Literal("enableAudioLoopback"), enable);
}
} // namespace