clap_plugin_factory_t

Undocumented in source.

Members

Variables

create_plugin
const(clap_plugin_t)* function(const(clap_plugin_factory_t)*, const(clap_host_t)*, const(char)*) create_plugin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_plugin_count
uint function(const(clap_plugin_factory_t)*) get_plugin_count;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_plugin_descriptor
const(clap_plugin_descriptor_t)* function(const(clap_plugin_factory_t)*, uint) get_plugin_descriptor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta