[AFV] Disabled the device output functions (not used)

Remark: might be used in AFV client, hence kept
This commit is contained in:
Klaus Basan
2020-04-23 22:58:07 +02:00
committed by Mat Sutcliffe
parent 7d51bedc3e
commit 8848faadfa
6 changed files with 12 additions and 0 deletions

View File

@@ -133,12 +133,14 @@ namespace BlackCore
//! \threadsafe
bool isComUnitIntegrated() const { return m_integratedComUnit; }
/*
//! The device's volume 0..1 @{
double getDeviceInputVolume() const;
bool setDeviceInputVolume(double volume);
double getDeviceOutputVolume() const;
bool setDeviceOutputVolume(double volume);
//! @}
*/
//! Receive audio
//! \threadsafe