Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginBufferingAdapter.h @ 267:93c81a6c917a
* Ensure PluginBufferingAdapter returns fresh output descriptors after
a call to initialise, setParameter or selectProgram
* Fix RDF document base prefix
author | cannam |
---|---|
date | Tue, 25 Nov 2008 12:34:45 +0000 |
parents | 4454843ff384 |
children | c97e70ed5abc |
comparison
equal
deleted
inserted
replaced
266:53b0e7557c52 | 267:93c81a6c917a |
---|---|
167 * the values that were used in the failed call to the plugin's | 167 * the values that were used in the failed call to the plugin's |
168 * initialise() function. | 168 * initialise() function. |
169 */ | 169 */ |
170 void getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize); | 170 void getActualStepAndBlockSizes(size_t &stepSize, size_t &blockSize); |
171 | 171 |
172 void setParameter(std::string, float); | |
173 void selectProgram(std::string); | |
174 | |
172 OutputList getOutputDescriptors() const; | 175 OutputList getOutputDescriptors() const; |
173 | 176 |
174 void reset(); | 177 void reset(); |
175 | 178 |
176 FeatureSet process(const float *const *inputBuffers, RealTime timestamp); | 179 FeatureSet process(const float *const *inputBuffers, RealTime timestamp); |