1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

Web API: /sdrangel/audio (GET) implementation (1)

This commit is contained in:
f4exb
2017-11-24 08:46:12 +01:00
parent 6c31320812
commit dad604dcf8
12 changed files with 170 additions and 40 deletions
+4
View File
@@ -53,6 +53,10 @@ public:
Swagger::SWGLoggingInfo& response,
Swagger::SWGErrorResponse& error);
virtual int instanceAudioGet(
Swagger::SWGAudioDevices& response,
Swagger::SWGErrorResponse& error);
private:
MainWindow& m_mainWindow;