25#ifndef LV2_RESIZE_PORT_H
26#define LV2_RESIZE_PORT_H
31#define LV2_RESIZE_PORT_URI "http://lv2plug.in/ns/ext/resize-port"
32#define LV2_RESIZE_PORT_PREFIX LV2_RESIZE_PORT_URI "#"
34#define LV2_RESIZE_PORT__asLargeAs LV2_RESIZE_PORT_PREFIX "asLargeAs"
35#define LV2_RESIZE_PORT__minimumSize LV2_RESIZE_PORT_PREFIX "minimumSize"
36#define LV2_RESIZE_PORT__resize LV2_RESIZE_PORT_PREFIX "resize"
LV2_Resize_Port_Status
Definition resize-port.h:45
void * LV2_Resize_Port_Feature_Data
Definition resize-port.h:52
@ LV2_RESIZE_PORT_ERR_UNKNOWN
Definition resize-port.h:47
@ LV2_RESIZE_PORT_ERR_NO_SPACE
Definition resize-port.h:48
@ LV2_RESIZE_PORT_SUCCESS
Definition resize-port.h:46
unsigned int uint32_t
Definition mid.cpp:100
Definition resize-port.h:55
LV2_Resize_Port_Feature_Data data
Definition resize-port.h:57
LV2_Resize_Port_Status(* resize)(LV2_Resize_Port_Feature_Data data, uint32_t index, size_t size)
Definition resize-port.h:73