diff vamp-hostsdk/PluginInputDomainAdapter.h @ 248:c88a3cdb0215

* Tidy up --list-full output a bit * Some documentation, including docs for PluginSummarisingAdapter
author cannam
date Tue, 11 Nov 2008 12:07:09 +0000
parents 3cf5bd155e5b
children 4454843ff384
line wrap: on
line diff
--- a/vamp-hostsdk/PluginInputDomainAdapter.h	Tue Nov 11 09:49:12 2008 +0000
+++ b/vamp-hostsdk/PluginInputDomainAdapter.h	Tue Nov 11 12:07:09 2008 +0000
@@ -80,7 +80,12 @@
 class PluginInputDomainAdapter : public PluginWrapper
 {
 public:
-    PluginInputDomainAdapter(Plugin *plugin); // I take ownership of plugin
+    /**
+     * Construct a PluginInputDomainAdapter wrapping the given plugin.
+     * The adapter takes ownership of the plugin, which will be
+     * deleted when the adapter is deleted.
+     */
+    PluginInputDomainAdapter(Plugin *plugin);
     virtual ~PluginInputDomainAdapter();
     
     bool initialise(size_t channels, size_t stepSize, size_t blockSize);