libASPL
|
Audio plugin parameters. More...
#include <aspl/Plugin.hpp>
Public Attributes | |
std::string | Manufacturer = "libASPL" |
Human readable name of the maker of the plug-in. Used by default implementation of Plugin::GetManufacturer(). | |
std::string | ResourceBundlePath = "" |
Resource bundle path. Used by default implementation of Plugin::GetResourceBundlePath(). Empty string means use plug-in bundle itself. | |
Audio plugin parameters.
Definition at line 23 of file Plugin.hpp.
std::string aspl::PluginParameters::Manufacturer = "libASPL" |
Human readable name of the maker of the plug-in. Used by default implementation of Plugin::GetManufacturer().
Definition at line 27 of file Plugin.hpp.
std::string aspl::PluginParameters::ResourceBundlePath = "" |
Resource bundle path. Used by default implementation of Plugin::GetResourceBundlePath(). Empty string means use plug-in bundle itself.
Definition at line 32 of file Plugin.hpp.