Ref T731, use CLevelMeter in CAudioDeviceVolumeSetupComponent

This commit is contained in:
Klaus Basan
2019-09-27 02:21:38 +02:00
committed by Mat Sutcliffe
parent b5ad603e55
commit a06205efbd
4 changed files with 142 additions and 145 deletions

View File

@@ -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