LMMS
Loading...
Searching...
No Matches
Resize Port

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
#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/resize-port#asLargeAs
#define LV2_RESIZE_PORT__minimumSize   LV2_RESIZE_PORT_PREFIX "minimumSize"
 http://lv2plug.in/ns/ext/resize-port#minimumSize
#define LV2_RESIZE_PORT__resize   LV2_RESIZE_PORT_PREFIX "resize"
 http://lv2plug.in/ns/ext/resize-port#resize

Typedefs

typedef voidLV2_Resize_Port_Feature_Data
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 }
enum  LV2_Resize_Port_Status { LV2_RESIZE_PORT_SUCCESS = 0 , LV2_RESIZE_PORT_ERR_UNKNOWN = 1 , LV2_RESIZE_PORT_ERR_NO_SPACE = 2 }

Detailed Description

Dynamically sized LV2 port buffers.

Macro Definition Documentation

◆ LV2_RESIZE_PORT__asLargeAs [1/2]

◆ LV2_RESIZE_PORT__asLargeAs [2/2]

#define LV2_RESIZE_PORT__asLargeAs   LV2_RESIZE_PORT_PREFIX "asLargeAs"

◆ LV2_RESIZE_PORT__minimumSize [1/2]

◆ LV2_RESIZE_PORT__minimumSize [2/2]

#define LV2_RESIZE_PORT__minimumSize   LV2_RESIZE_PORT_PREFIX "minimumSize"

◆ LV2_RESIZE_PORT__resize [1/2]

◆ LV2_RESIZE_PORT__resize [2/2]

#define LV2_RESIZE_PORT__resize   LV2_RESIZE_PORT_PREFIX "resize"

◆ LV2_RESIZE_PORT_PREFIX [1/2]

#define LV2_RESIZE_PORT_PREFIX   LV2_RESIZE_PORT_URI "#"

◆ LV2_RESIZE_PORT_PREFIX [2/2]

#define LV2_RESIZE_PORT_PREFIX   LV2_RESIZE_PORT_URI "#"

◆ LV2_RESIZE_PORT_URI [1/2]

#define LV2_RESIZE_PORT_URI   "http://lv2plug.in/ns/ext/resize-port"

◆ LV2_RESIZE_PORT_URI [2/2]

#define LV2_RESIZE_PORT_URI   "http://lv2plug.in/ns/ext/resize-port"

Typedef Documentation

◆ LV2_Resize_Port_Feature_Data [1/2]

Opaque data for resize method.

◆ LV2_Resize_Port_Feature_Data [2/2]

Opaque data for resize method.

Enumeration Type Documentation

◆ LV2_Resize_Port_Status [1/2]

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.

◆ LV2_Resize_Port_Status [2/2]

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.