Mercurial > hg > vamp-plugin-sdk
diff vamp-hostsdk/PluginLoader.h @ 462:6ac615fd02a3
Merge from branch vampipe
author | Chris Cannam |
---|---|
date | Mon, 10 Oct 2016 15:51:33 +0100 |
parents | 86624d166f88 |
children | a94ab90dfd53 |
line wrap: on
line diff
--- a/vamp-hostsdk/PluginLoader.h Mon Oct 10 15:48:35 2016 +0100 +++ b/vamp-hostsdk/PluginLoader.h Mon Oct 10 15:51:33 2016 +0100 @@ -123,14 +123,6 @@ typedef std::vector<std::string> PluginCategoryHierarchy; /** - * PluginStaticDataList is a list containing static information - * about a set of Vamp plugins. - * - * \see PluginStaticData, listPluginData() - */ - typedef std::vector<PluginStaticData> PluginStaticDataList; - - /** * Search for all available Vamp plugins, and return a list of * them in the order in which they were found. */ @@ -141,8 +133,10 @@ * static data about each plugin in the order in which they were * found. This is slower but returns more comprehensive * information than listPlugins(). + * + * \see ListResponse, PluginStaticData */ - PluginStaticDataList listPluginData(); + ListResponse listPluginData(); /** * AdapterFlags contains a set of values that may be OR'd together