comparison vamp-hostsdk/PluginLoader.h @ 511:328cb056da44

Doc note
author Chris Cannam
date Fri, 11 May 2018 17:02:06 +0100
parents 0545cd3f1738
children
comparison
equal deleted inserted replaced
510:8742125177ae 511:328cb056da44
231 231
232 /** 232 /**
233 * Given a Vamp plugin library name and plugin identifier, return 233 * Given a Vamp plugin library name and plugin identifier, return
234 * the corresponding plugin key in a form suitable for passing in to 234 * the corresponding plugin key in a form suitable for passing in to
235 * loadPlugin(). 235 * loadPlugin().
236 *
237 * (Note that the reverse of this is not well-defined and is not
238 * offered in this API - consider using getLibraryPathForPlugin
239 * instead. See documentation for the PluginKey type for details.)
240 *
241 * \see PluginKey, getLibraryPathForPlugin, loadPlugin
236 */ 242 */
237 PluginKey composePluginKey(std::string libraryName, 243 PluginKey composePluginKey(std::string libraryName,
238 std::string identifier); 244 std::string identifier);
239 245
240 /** 246 /**