mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #372 Add context method to set the voice output volume
This commit is contained in:
committed by
Klaus Basan
parent
84ac5e9972
commit
984c0d084f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user