Mercurial > hg > piper-cpp
diff vamp-support/LoaderRequests.h @ 244:f548eb11ae01
Rename RdfTypes (which sounds like a set of type declarations) to
StaticOutputRdf
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:09:07 +0100 |
parents | e0e3d9efa774 |
children | 09753ad777db |
line wrap: on
line diff
--- a/vamp-support/LoaderRequests.h Wed Jun 14 11:27:50 2017 +0100 +++ b/vamp-support/LoaderRequests.h Thu Jun 15 09:09:07 2017 +0100 @@ -39,7 +39,7 @@ #include "PluginStaticData.h" #include "PluginConfiguration.h" -#include "RdfTypes.h" +#include "StaticOutputRdf.h" #include <vamp-hostsdk/PluginLoader.h> @@ -76,7 +76,7 @@ auto category = loader->getPluginCategory(key); PluginStaticData psd = PluginStaticData::fromPlugin(key, category, p); - psd.staticOutputInfo = RdfTypes().loadStaticOutputInfo(key); + psd.staticOutputInfo = StaticOutputRdf().loadStaticOutputInfo(key); response.available.push_back(psd); delete p; } @@ -104,7 +104,7 @@ plugin); response.staticData.staticOutputInfo = - RdfTypes().loadStaticOutputInfo(req.pluginKey); + StaticOutputRdf().loadStaticOutputInfo(req.pluginKey); int defaultChannels = 0; if (plugin->getMinChannelCount() == plugin->getMaxChannelCount()) {