1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Renamed sdrbase AudioInput to AudioInputDevice

This commit is contained in:
f4exb
2020-11-12 20:30:34 +01:00
parent 0d6e629436
commit 00b234b85c
13 changed files with 52 additions and 62 deletions
@@ -33,10 +33,8 @@
#include "audioinput.h"
#include "audioinputthread.h"
MESSAGE_CLASS_DEFINITION(AudioInputSource::AudioInput::MsgConfigureAudioInput, Message)
MESSAGE_CLASS_DEFINITION(AudioInputSource::AudioInput::MsgStartStop, Message)
namespace AudioInputSource {
MESSAGE_CLASS_DEFINITION(AudioInput::MsgConfigureAudioInput, Message)
MESSAGE_CLASS_DEFINITION(AudioInput::MsgStartStop, Message)
AudioInput::AudioInput(DeviceAPI *deviceAPI) :
m_deviceAPI(deviceAPI),
@@ -521,5 +519,3 @@ void AudioInput::networkManagerFinished(QNetworkReply *reply)
reply->deleteLater();
}
}