mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Multi device support: completely removed direct access to DSP device engine from DSP engine
This commit is contained in:
@@ -78,6 +78,11 @@ void PluginAPI::removeThreadedSink(ThreadedSampleSink* sink)
|
||||
m_pluginManager->removeThreadedSink(sink);
|
||||
}
|
||||
|
||||
void PluginAPI::setSource(SampleSource* source)
|
||||
{
|
||||
m_pluginManager->setSource(source);
|
||||
}
|
||||
|
||||
bool PluginAPI::initAcquisition()
|
||||
{
|
||||
return m_pluginManager->initAcquisition();
|
||||
|
||||
Reference in New Issue
Block a user