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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user