diff vamp-sdk/hostext/PluginBufferingAdapter.h @ 104:08d8c8ee6097

* implement reset() in PluginBufferingAdapter
author cannam
date Thu, 31 Jan 2008 09:24:47 +0000
parents c94c066a4897
children 92ca8e401044
line wrap: on
line diff
--- a/vamp-sdk/hostext/PluginBufferingAdapter.h	Tue Jan 29 16:13:22 2008 +0000
+++ b/vamp-sdk/hostext/PluginBufferingAdapter.h	Thu Jan 31 09:24:47 2008 +0000
@@ -81,6 +81,8 @@
     
     OutputList getOutputDescriptors() const;
 
+    void reset();
+
     FeatureSet process(const float *const *inputBuffers, RealTime timestamp);
     
     FeatureSet getRemainingFeatures();