mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:28:15 +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
@@ -87,6 +87,9 @@ namespace BlackCore
|
||||
//!\copydoc IContextAudio::setVolumes
|
||||
virtual void setVolumes(int com1Volume, int com2Volume) override;
|
||||
|
||||
//!\copydoc IContext::setVoiceOutputVolume
|
||||
virtual void setVoiceOutputVolume(int volume) override;
|
||||
|
||||
//! \copydoc IContextAudio::setMute
|
||||
virtual void setMute(bool muted) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user