cannam@0: cannam@0:
cannam@0:Namespaces | |
namespace | HostExt |
Classes | |
class | Plugin |
Vamp::Plugin is a base class for plugin instance classes that provide feature extraction from audio or related data. More... | |
class | PluginAdapterBase |
PluginAdapter and PluginAdapterBase provide a wrapper class that a plugin library can use to make its C++ Vamp::Plugin objects available through the Vamp C API. More... | |
class | PluginAdapter |
PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular plugin implementation. More... | |
class | PluginBase |
A base class for plugins with optional configurable parameters, programs, etc. More... | |
class | RealTime |
RealTime represents time values to nanosecond precision with accurate arithmetic and frame-rate conversion functions. More... | |
class | PluginHostAdapter |
PluginHostAdapter is a wrapper class that a Vamp host can use to make the C-language VampPluginDescriptor object appear as a C++ Vamp::Plugin object. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const RealTime &rt) |
std::ostream& Vamp::operator<< | cannam@0:( | cannam@0:std::ostream & | cannam@0:out, | cannam@0:|
cannam@0: | cannam@0: | const RealTime & | cannam@0:rt | cannam@0: |
cannam@0: | ) | cannam@21:cannam@0: |
cannam@0: cannam@0:
cannam@0: