diff vamp-sdk/PluginHostAdapter.h @ 26:c29eccb892f1

* Add forgotten getMin/MaxChannelCount to host adapter (thanks Craig)
author cannam
date Wed, 10 May 2006 11:44:40 +0000
parents a3d35e11c3fe
children 13eae6cc6bac
line wrap: on
line diff
--- a/vamp-sdk/PluginHostAdapter.h	Mon May 08 13:52:10 2006 +0000
+++ b/vamp-sdk/PluginHostAdapter.h	Wed May 10 11:44:40 2006 +0000
@@ -72,6 +72,9 @@
     size_t getPreferredStepSize() const;
     size_t getPreferredBlockSize() const;
 
+    size_t getMinChannelCount() const;
+    size_t getMaxChannelCount() const;
+
     OutputList getOutputDescriptors() const;
 
     FeatureSet process(float **inputBuffers, RealTime timestamp);