Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/LoadRequest.h @ 428:4912b698f3f7 vampipe
Configuration request/response structs
author | Chris Cannam |
---|---|
date | Tue, 17 May 2016 13:52:51 +0100 |
parents | 5502a06537f6 |
children |
comparison
equal
deleted
inserted
replaced
427:56a23abf8283 | 428:4912b698f3f7 |
---|---|
100 */ | 100 */ |
101 int adapterFlags; | 101 int adapterFlags; |
102 }; | 102 }; |
103 | 103 |
104 /** | 104 /** |
105 * \class LoadResponse LoadResponse.h <vamp-hostsdk/LoadResponse.h> | 105 * \class LoadResponse LoadRequest.h <vamp-hostsdk/LoadRequest.h> |
106 * | 106 * |
107 * Vamp::HostExt::LoadResponse is a structure containing the | 107 * Vamp::HostExt::LoadResponse is a structure containing the |
108 * information returned by PluginLoader when asked to load a plugin | 108 * information returned by PluginLoader when asked to load a plugin |
109 * using a LoadRequest. | 109 * using a LoadRequest. |
110 * | 110 * |