LV2
1.0.13
|
Data Structures | |
struct | LV2UI_Descriptor |
struct | LV2UI_Resize |
struct | LV2UI_Port_Map |
struct | LV2UI_Port_Subscribe |
struct | LV2UI_Touch |
struct | LV2UI_Idle_Interface |
struct | LV2UI_Show_Interface |
struct | LV2UI_Peak_Data |
Typedefs | |
typedef void * | LV2UI_Widget |
typedef void * | LV2UI_Handle |
typedef void * | LV2UI_Controller |
typedef void * | LV2UI_Feature_Handle |
typedef void(* | LV2UI_Write_Function) (LV2UI_Controller controller, uint32_t port_index, uint32_t buffer_size, uint32_t port_protocol, const void *buffer) |
typedef const LV2UI_Descriptor *(* | LV2UI_DescriptorFunction) (uint32_t index) |
Functions | |
LV2_SYMBOL_EXPORT const LV2UI_Descriptor * | lv2ui_descriptor (uint32_t index) |