Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/PluginBufferingAdapter.h @ 248:c88a3cdb0215
* Tidy up --list-full output a bit
* Some documentation, including docs for PluginSummarisingAdapter
author | cannam |
---|---|
date | Tue, 11 Nov 2008 12:07:09 +0000 |
parents | 3cf5bd155e5b |
children | 4454843ff384 |
comparison
equal
deleted
inserted
replaced
246:5bfed156b45d | 248:c88a3cdb0215 |
---|---|
71 */ | 71 */ |
72 | 72 |
73 class PluginBufferingAdapter : public PluginWrapper | 73 class PluginBufferingAdapter : public PluginWrapper |
74 { | 74 { |
75 public: | 75 public: |
76 PluginBufferingAdapter(Plugin *plugin); // I take ownership of plugin | 76 /** |
77 * Construct a PluginBufferingAdapter wrapping the given plugin. | |
78 * The adapter takes ownership of the plugin, which will be | |
79 * deleted when the adapter is deleted. | |
80 */ | |
81 PluginBufferingAdapter(Plugin *plugin); | |
77 virtual ~PluginBufferingAdapter(); | 82 virtual ~PluginBufferingAdapter(); |
78 | 83 |
79 /** | 84 /** |
80 * Return the preferred step size for this adapter. | 85 * Return the preferred step size for this adapter. |
81 * | 86 * |