Ref T195, audio utility function

This commit is contained in:
Klaus Basan
2017-11-16 01:58:09 +01:00
parent 075f19268c
commit 31237b758e
3 changed files with 13 additions and 16 deletions

View File

@@ -137,6 +137,9 @@ namespace BlackCore
//! Audio runs where
virtual BlackMisc::CIdentifier audioRunsWhere() const = 0;
//! Info string about audio
QString audioRunsWhereInfo() const;
//! Get current audio device
//! \return input and output devices
virtual BlackMisc::Audio::CAudioDeviceInfoList getCurrentAudioDevices() const = 0;