refs #372 Add context method to set the voice output volume

This commit is contained in:
Roland Winklmeier
2015-02-03 21:36:33 +01:00
committed by Klaus Basan
parent 84ac5e9972
commit 984c0d084f
5 changed files with 20 additions and 0 deletions

View File

@@ -197,6 +197,11 @@ namespace BlackCore
this->m_dBusInterface->callDBus(QLatin1Literal("setVolumes"), com1Volume, com2Volume);
}
void CContextAudioProxy::setVoiceOutputVolume(int volume)
{
this->m_dBusInterface->callDBus(QLatin1Literal("setVoiceOutputVolume"), volume);
}
/*
* Toggle mute
*/