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

@@ -149,6 +149,9 @@ namespace BlackCore
//! Set the volumes (0..100)
virtual void setVolumes(int volumeCom1, int volumeCom2) = 0;
//! Set voice output volume (0..300)
virtual void setVoiceOutputVolume(int volume) = 0;
//! Set mute state
virtual void setMute(bool mute) = 0;