mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Multi device support: migrate device specific stuff outside plugin classes
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
void registerSampleSource(const QString& sourceName, PluginInterface* plugin);
|
||||
|
||||
// Device engine stuff
|
||||
void addSink(SampleSink* sink); //!< Add a sample sink to device engine
|
||||
// void addSink(SampleSink* sink); //!< Add a sample sink to device engine
|
||||
void removeSink(SampleSink* sink); //!< Remove a sample sink from device engine
|
||||
void addThreadedSink(ThreadedSampleSink* sink); //!< Add a sample sink that will run on its own thread to device engine
|
||||
void setSource(SampleSource* source); //!< Set device engine sample source type
|
||||
|
||||
Reference in New Issue
Block a user