clap_preset_discovery_provider_t

Undocumented in source.

Members

Variables

desc
const(clap_preset_discovery_provider_descriptor_t)* desc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destroy
void function(const(clap_preset_discovery_provider_t)* provider) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_extension
const(void)* function(const(clap_preset_discovery_provider_t)* provider, const(char)* extension_id) get_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
get_metadata
bool function(const(clap_preset_discovery_provider_t)* provider, uint location_kind, const(char)* location, const(clap_preset_discovery_metadata_receiver_t)* metadata_receiver) get_metadata;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
init_
bool function(const(clap_preset_discovery_provider_t)* provider) init_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
provider_data
void* provider_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta