Mercurial > hg > vamp-plugin-sdk
comparison 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 |
comparison
equal
deleted
inserted
replaced
103:2cb46126ef59 | 104:08d8c8ee6097 |
---|---|
79 | 79 |
80 size_t getPreferredStepSize() const; | 80 size_t getPreferredStepSize() const; |
81 | 81 |
82 OutputList getOutputDescriptors() const; | 82 OutputList getOutputDescriptors() const; |
83 | 83 |
84 void reset(); | |
85 | |
84 FeatureSet process(const float *const *inputBuffers, RealTime timestamp); | 86 FeatureSet process(const float *const *inputBuffers, RealTime timestamp); |
85 | 87 |
86 FeatureSet getRemainingFeatures(); | 88 FeatureSet getRemainingFeatures(); |
87 | 89 |
88 protected: | 90 protected: |