|
LMMS
|
#include <stdint.h>Go to the source code of this file.
Classes | |
| struct | _LV2_Feature |
| struct | _LV2_Descriptor |
| struct | LV2_Lib_Descriptor |
Typedefs | |
| typedef void * | LV2_Handle |
| typedef struct _LV2_Feature | LV2_Feature |
| typedef struct _LV2_Descriptor | LV2_Descriptor |
| 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) |