Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/hostext/PluginInputDomainAdapter.h @ 75:0f8524203677
* doc updates
author | cannam |
---|---|
date | Thu, 07 Jun 2007 13:56:26 +0000 |
parents | 64697dca0d48 |
children | 6683f99107cf |
comparison
equal
deleted
inserted
replaced
74:64d45f526afc | 75:0f8524203677 |
---|---|
68 * | 68 * |
69 * In every respect other than its input domain handling, the | 69 * In every respect other than its input domain handling, the |
70 * PluginInputDomainAdapter behaves identically to the plugin that it | 70 * PluginInputDomainAdapter behaves identically to the plugin that it |
71 * wraps. The wrapped plugin will be deleted when the wrapper is | 71 * wraps. The wrapped plugin will be deleted when the wrapper is |
72 * deleted. | 72 * deleted. |
73 * | |
74 * \note This class was introduced version 1.1 of the Vamp plugin SDK. | |
73 */ | 75 */ |
74 | 76 |
75 class PluginInputDomainAdapter : public PluginWrapper | 77 class PluginInputDomainAdapter : public PluginWrapper |
76 { | 78 { |
77 public: | 79 public: |