Collection of handy extensions for the CLAP plugin format.
Use extension_info
to query information about a plugins / hosts supported extensions
Structure containing information about extensions.
uint32_t count
: The count of supported extensions which also corresponds to the size ofids
.const char* const* ids
: An array of strings of supported extension ids.
Query a plugin to fill info
. Returns true
if info
has been successfully filled, otherwise returns false
.
Returns wether a plugin supports an extension.
Query a host to fill info
. Returns true
if info
has been successfully filled, otherwise returns false
.
Returns wether a host supports an extension.