comparison vamp-hostsdk/PluginStaticData.h @ 426:5502a06537f6 vampipe

Add listPluginData
author Chris Cannam
date Thu, 12 May 2016 15:53:55 +0100
parents 8c45dee08a95
children 56a23abf8283
comparison
equal deleted inserted replaced
425:6b2567f365b0 426:5502a06537f6
51 * 51 *
52 * Vamp::HostExt::PluginStaticData is a structure bundling together 52 * Vamp::HostExt::PluginStaticData is a structure bundling together
53 * all the information about a plugin that cannot be changed by the 53 * all the information about a plugin that cannot be changed by the
54 * plugin after it is loaded. That is, everything that does not depend 54 * plugin after it is loaded. That is, everything that does not depend
55 * on a parameter or initialisation setting. 55 * on a parameter or initialisation setting.
56 *
57 * All of the information in here can be queried from other sources
58 * directly (notably the Plugin class itself); this structure just
59 * pulls it together in one place and provides something that can be
60 * stored and recalled without having a Plugin object to hand.
56 * 61 *
57 * \note This class was introduced in version 2.7 of the Vamp plugin 62 * \note This class was introduced in version 2.7 of the Vamp plugin
58 * SDK and is used only by host SDK functions that were also 63 * SDK and is used only by host SDK functions that were also
59 * introduced in that release (or newer). 64 * introduced in that release (or newer).
60 */ 65 */