mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Ref T731, use CLevelMeter in CAudioDeviceVolumeSetupComponent
This commit is contained in:
committed by
Mat Sutcliffe
parent
b5ad603e55
commit
a06205efbd
@@ -51,9 +51,9 @@ namespace BlackGui
|
||||
void setOutValue(int value, int from = BlackMisc::Audio::CSettings::OutMin, int to = BlackMisc::Audio::CSettings::OutMax);
|
||||
//! @}
|
||||
|
||||
//! Set input and output level values @{
|
||||
void setInLevel(int value, int from, int to);
|
||||
void setOutLevel(int value, int from, int to);
|
||||
//! Set input and output level values 0..1 @{
|
||||
void setInLevel(double value);
|
||||
void setOutLevel(double value);
|
||||
//! @}
|
||||
|
||||
//! Info string
|
||||
|
||||
Reference in New Issue
Block a user