LMMS
Loading...
Searching...
No Matches
resize-port.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <stdbool.h>

Go to the source code of this file.

Classes

struct  LV2_Resize_Port_Resize

Macros

#define LV2_RESIZE_PORT_URI   "http://lv2plug.in/ns/ext/resize-port"
 http://lv2plug.in/ns/ext/resize-port
#define LV2_RESIZE_PORT_PREFIX   LV2_RESIZE_PORT_URI "#"
 http://lv2plug.in/ns/ext/resize-port#
#define LV2_RESIZE_PORT__asLargeAs   LV2_RESIZE_PORT_PREFIX "asLargeAs"
 http://lv2plug.in/ns/ext/port#asLargeAs
#define LV2_RESIZE_PORT__minimumSize   LV2_RESIZE_PORT_PREFIX "minimumSize"
 http://lv2plug.in/ns/ext/port#minimumSize
#define LV2_RESIZE_PORT__resize   LV2_RESIZE_PORT_PREFIX "resize"
 http://lv2plug.in/ns/ext/port#resize

Typedefs

typedef voidLV2_Resize_Port_Feature_Data

Enumerations

enum  LV2_Resize_Port_Status { LV2_RESIZE_PORT_SUCCESS = 0 , LV2_RESIZE_PORT_ERR_UNKNOWN = 1 , LV2_RESIZE_PORT_ERR_NO_SPACE = 2 }