Chris@1: Chris@1: Chris@1:
Chris@1: Chris@3: Chris@6: Chris@6: Chris@1:
Chris@1: VampPluginSDK
Chris@6: 2.7
Chris@1:
Chris@1: |
Chris@1:
Chris@1: Namespaces | |
HostExt | |
Chris@1: Classes | |
class | FFT |
A simple FFT implementation provided for convenience of plugin authors. More... | |
class | FFTComplex |
A simple FFT implementation provided for convenience of plugin authors. More... | |
class | FFTReal |
A simple FFT implementation provided for convenience of plugin authors. More... | |
class | Plugin |
Vamp::Plugin is a base class for plugin instance classes that provide feature extraction from audio or related data. More... | |
class | PluginAdapter |
PluginAdapter turns a PluginAdapterBase into a specific wrapper for a particular plugin implementation. 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 | PluginBase |
A base class for plugins with optional configurable parameters, programs, etc. 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... | |
class | RealTime |
RealTime represents time values to nanosecond precision with accurate arithmetic and frame-rate conversion functions. More... | |
Chris@1: Functions | |
std::ostream & | operator<< (std::ostream &out, const RealTime &rt) |
std::ostream& Vamp::operator<< | Chris@1:( | Chris@1:std::ostream & | Chris@1:out, | Chris@1:
Chris@1: | Chris@6: | const RealTime & | Chris@1:rt | Chris@1:
Chris@1: | ) | Chris@1:Chris@1: |