LV2
1.0.13
|
Data Structures | |
struct | LV2_Feature |
struct | LV2_Descriptor |
struct | LV2_Lib_Descriptor |
Typedefs | |
typedef void * | LV2_Handle |
typedef const LV2_Descriptor *(* | LV2_Descriptor_Function) (uint32_t index) |
typedef void * | LV2_Lib_Handle |
typedef const LV2_Lib_Descriptor *(* | LV2_Lib_Descriptor_Function) (const char *bundle_path, const LV2_Feature *const *features) |
Functions | |
LV2_SYMBOL_EXPORT const LV2_Descriptor * | lv2_descriptor (uint32_t index) |
LV2_SYMBOL_EXPORT const LV2_Lib_Descriptor * | lv2_lib_descriptor (const char *bundle_path, const LV2_Feature *const *features) |