Mercurial > hg > vamp-plugin-sdk
diff vamp-sdk/hostext/PluginInputDomainAdapter.h @ 76:6683f99107cf
* Use m_impl structure for PluginAdapter as well
* Doc updates
author | cannam |
---|---|
date | Thu, 07 Jun 2007 14:15:24 +0000 |
parents | 0f8524203677 |
children | 1982246a3902 |
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginInputDomainAdapter.h Thu Jun 07 13:56:26 2007 +0000 +++ b/vamp-sdk/hostext/PluginInputDomainAdapter.h Thu Jun 07 14:15:24 2007 +0000 @@ -44,6 +44,8 @@ namespace HostExt { /** + * \class PluginInputDomainAdapter PluginInputDomainAdapter.h <vamp-sdk/hostext/PluginInputDomainAdapter.h> + * * PluginInputDomainAdapter is a Vamp plugin adapter that converts * time-domain input into frequency-domain input for plugins that need * it. This permits a host to use time- and frequency-domain plugins @@ -71,7 +73,7 @@ * wraps. The wrapped plugin will be deleted when the wrapper is * deleted. * - * \note This class was introduced version 1.1 of the Vamp plugin SDK. + * \note This class was introduced in version 1.1 of the Vamp plugin SDK. */ class PluginInputDomainAdapter : public PluginWrapper