Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/hostext/PluginSummarisingAdapter.h @ 197:fe30a25ee4f8
* Add processInterleaved to PluginChannelAdapter
author | cannam |
---|---|
date | Tue, 07 Oct 2008 21:07:04 +0000 |
parents | 1e4c6f25ded6 |
children | 991d2ae87980 |
comparison
equal
deleted
inserted
replaced
196:5c202da82a46 | 197:fe30a25ee4f8 |
---|---|
42 #include <set> | 42 #include <set> |
43 | 43 |
44 namespace Vamp { | 44 namespace Vamp { |
45 | 45 |
46 namespace HostExt { | 46 namespace HostExt { |
47 | |
48 /** | |
49 * \class PluginSummarisingAdapter PluginSummarisingAdapter.h <vamp-sdk/hostext/PluginSummarisingAdapter.h> | |
50 * | |
51 * \note This class was introduced in version 1.1 of the Vamp plugin SDK. | |
52 */ | |
47 | 53 |
48 class PluginSummarisingAdapter : public PluginWrapper | 54 class PluginSummarisingAdapter : public PluginWrapper |
49 { | 55 { |
50 public: | 56 public: |
51 PluginSummarisingAdapter(Plugin *plugin); // I take ownership of plugin | 57 PluginSummarisingAdapter(Plugin *plugin); // I take ownership of plugin |