libASPL
Loading...
Searching...
No Matches
aspl::PluginParameters Struct Reference

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.
 

Detailed Description

Audio plugin parameters.

Definition at line 23 of file Plugin.hpp.

Member Data Documentation

◆ Manufacturer

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.

◆ ResourceBundlePath

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.


The documentation for this struct was generated from the following file: