- add_creator
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* creator) add_creator;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- add_extra_info
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* key, const(char)* value) add_extra_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- add_feature
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* feature) add_feature;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- add_plugin_id
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(clap_universal_plugin_id_t)* plugin_id) add_plugin_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- begin_preset
bool function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* name, const(char)* load_key) begin_preset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- on_error
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, int os_error, const(char)* error_message) on_error;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- receiver_data
void* receiver_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_description
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* description) set_description;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_flags
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, uint flags) set_flags;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_soundpack_id
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, const(char)* soundpack_id) set_soundpack_id;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- set_timestamps
void function(const(clap_preset_discovery_metadata_receiver_t)* receiver, clap_timestamp creation_time, clap_timestamp modification_time) set_timestamps;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.