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

New plugin pair LocalSink and LocalInput to pipe streams internally

This commit is contained in:
f4exb
2019-05-02 04:02:40 +02:00
parent 84dc7e0bb0
commit 9e5003eab9
333 changed files with 5869 additions and 267 deletions
+2
View File
@@ -33,6 +33,8 @@
#include "plugin/pluginmanager.h"
const QString PluginManager::m_localInputHardwareID = "LocalInput";
const QString PluginManager::m_localInputDeviceTypeID = "sdrangel.samplesource.localinput";
const QString PluginManager::m_remoteInputHardwareID = "RemoteInput";
const QString PluginManager::m_remoteInputDeviceTypeID = "sdrangel.samplesource.remoteinput";
const QString PluginManager::m_fileSourceHardwareID = "FileSource";