Add volume sliders to AFV sample UI

This commit is contained in:
Roland Rossgotterer
2019-09-20 20:37:03 +02:00
committed by Mat Sutcliffe
parent 8d1eea25b1
commit 1deaf1ca8b
6 changed files with 201 additions and 91 deletions

View File

@@ -50,6 +50,11 @@ namespace BlackCore
{ 1 }
};
m_transmittingTransceivers =
{
{ 0 }
};
qDebug() << "UserClient instantiated";
}
@@ -406,7 +411,7 @@ namespace BlackCore
updateTransceivers();
}
float AFVClient::getOutputVolumeDb() const
double AFVClient::getOutputVolumeDb() const
{
return m_outputVolume;
}