|
Equalizer
1.2.1
|
The registry for all loaded Equalizer plugins. More...
#include <pluginRegistry.h>
Public Member Functions | |
| COBASE_API void | addDirectory (const std::string &path) |
| Add a new directory to search for compressor DSOs during init(). | |
| COBASE_API void | removeDirectory (const std::string &path) |
| Remove a plugin directory. | |
| COBASE_API const Strings & | getDirectories () const |
| void | init () |
| void | exit () |
| COBASE_API const Plugins & | getPlugins () const |
| COBASE_API Plugin * | findPlugin (const uint32_t name) |
| COBASE_API bool | addPlugin (const std::string &filename) |
The registry for all loaded Equalizer plugins.
Definition at line 32 of file base/pluginRegistry.h.
| COBASE_API void co::base::PluginRegistry::addDirectory | ( | const std::string & | path | ) |
Add a new directory to search for compressor DSOs during init().
| COBASE_API const Strings& co::base::PluginRegistry::getDirectories | ( | ) | const |
| COBASE_API void co::base::PluginRegistry::removeDirectory | ( | const std::string & | path | ) |
Remove a plugin directory.
1.2.1 by
1.8.0