mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 03:54:30 -04:00
Device API: added a number of source and sink streams and update it from the plugins
This commit is contained in:
@@ -44,7 +44,7 @@ LocalOutput::LocalOutput(DeviceAPI *deviceAPI) :
|
||||
m_deviceDescription("LocalOutput")
|
||||
{
|
||||
m_sampleSourceFifo.resize(96000 * 4);
|
||||
|
||||
m_deviceAPI->setNbSinkStreams(1);
|
||||
m_networkManager = new QNetworkAccessManager();
|
||||
connect(m_networkManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(networkManagerFinished(QNetworkReply*)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user