mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 16:55:36 +08:00
[AFV] Disabled the device output functions (not used)
Remark: might be used in AFV client, hence kept
This commit is contained in:
committed by
Mat Sutcliffe
parent
7d51bedc3e
commit
8848faadfa
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user