LV2  1.0.13
Data Structures | Macros | Typedefs | Enumerations
resize-port.h File Reference

Data Structures

struct  LV2_Resize_Port_Resize
 

Macros

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

Typedefs

typedef void * LV2_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 }
 A status code for state functions. More...
 

Macro Definition Documentation

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

Typedef Documentation

Enumeration Type Documentation

A status code for state functions.

Enumerator
LV2_RESIZE_PORT_SUCCESS 

Completed successfully.

LV2_RESIZE_PORT_ERR_UNKNOWN 

Unknown error.

LV2_RESIZE_PORT_ERR_NO_SPACE 

Insufficient space.