Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/LoadRequest.h @ 426:5502a06537f6 vampipe
Add listPluginData
author | Chris Cannam |
---|---|
date | Thu, 12 May 2016 15:53:55 +0100 |
parents | 6b2567f365b0 |
children | 4912b698f3f7 |
comparison
equal
deleted
inserted
replaced
425:6b2567f365b0 | 426:5502a06537f6 |
---|---|
133 /** | 133 /** |
134 * The static data associated with the loaded plugin, that is, all | 134 * The static data associated with the loaded plugin, that is, all |
135 * information about it that does not depend on its configuration | 135 * information about it that does not depend on its configuration |
136 * (parameters, programs, initialisation parameters). The contents | 136 * (parameters, programs, initialisation parameters). The contents |
137 * of this structure are only valid if plugin is non-0. | 137 * of this structure are only valid if plugin is non-0. |
138 * | |
139 * Much of the data in here is duplicated with the plugin itself. | |
138 */ | 140 */ |
139 PluginStaticData staticData; | 141 PluginStaticData staticData; |
140 | 142 |
141 /** | 143 /** |
142 * The default configuration for this plugin, that is, default | 144 * The default configuration for this plugin, that is, default |