Mercurial > hg > vamp-plugin-sdk
comparison 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 |
comparison
equal
deleted
inserted
replaced
25:abd05f5eee2f | 26:c29eccb892f1 |
---|---|
70 void selectProgram(std::string); | 70 void selectProgram(std::string); |
71 | 71 |
72 size_t getPreferredStepSize() const; | 72 size_t getPreferredStepSize() const; |
73 size_t getPreferredBlockSize() const; | 73 size_t getPreferredBlockSize() const; |
74 | 74 |
75 size_t getMinChannelCount() const; | |
76 size_t getMaxChannelCount() const; | |
77 | |
75 OutputList getOutputDescriptors() const; | 78 OutputList getOutputDescriptors() const; |
76 | 79 |
77 FeatureSet process(float **inputBuffers, RealTime timestamp); | 80 FeatureSet process(float **inputBuffers, RealTime timestamp); |
78 | 81 |
79 FeatureSet getRemainingFeatures(); | 82 FeatureSet getRemainingFeatures(); |