LMMS
Loading...
Searching...
No Matches
URID

Classes

struct  _LV2_URID_Map
struct  _LV2_URID_Unmap
struct  LV2_URID_Map
struct  LV2_URID_Unmap

Macros

#define LV2_URID_URI   "http://lv2plug.in/ns/ext/urid"
 http://lv2plug.in/ns/ext/urid
#define LV2_URID_PREFIX   LV2_URID_URI "#"
 http://lv2plug.in/ns/ext/urid#
#define LV2_URID__map   LV2_URID_PREFIX "map"
 http://lv2plug.in/ns/ext/urid#map
#define LV2_URID__unmap   LV2_URID_PREFIX "unmap"
 http://lv2plug.in/ns/ext/urid#unmap
#define LV2_URID_MAP_URI   LV2_URID__map
 Legacy.
#define LV2_URID_UNMAP_URI   LV2_URID__unmap
 Legacy.
#define LV2_URID_URI   "http://lv2plug.in/ns/ext/urid"
 http://lv2plug.in/ns/ext/urid
#define LV2_URID_PREFIX   LV2_URID_URI "#"
 http://lv2plug.in/ns/ext/urid#
#define LV2_URID__map   LV2_URID_PREFIX "map"
 http://lv2plug.in/ns/ext/urid#map
#define LV2_URID__unmap   LV2_URID_PREFIX "unmap"
 http://lv2plug.in/ns/ext/urid#unmap
#define LV2_URID_MAP_URI   LV2_URID__map
 Legacy.
#define LV2_URID_UNMAP_URI   LV2_URID__unmap
 Legacy.

Typedefs

typedef voidLV2_URID_Map_Handle
typedef voidLV2_URID_Unmap_Handle
typedef uint32_t LV2_URID
typedef struct _LV2_URID_Map LV2_URID_Map
typedef struct _LV2_URID_Unmap LV2_URID_Unmap
typedef voidLV2_URID_Map_Handle
typedef voidLV2_URID_Unmap_Handle
typedef uint32_t LV2_URID

Detailed Description

Features for mapping URIs to and from integers, see http://lv2plug.in/ns/ext/urid for details.

Features for mapping URIs to and from integers.

See http://lv2plug.in/ns/ext/urid for details.

Macro Definition Documentation

◆ LV2_URID__map [1/2]

#define LV2_URID__map   LV2_URID_PREFIX "map"

◆ LV2_URID__map [2/2]

#define LV2_URID__map   LV2_URID_PREFIX "map"

◆ LV2_URID__unmap [1/2]

#define LV2_URID__unmap   LV2_URID_PREFIX "unmap"

◆ LV2_URID__unmap [2/2]

#define LV2_URID__unmap   LV2_URID_PREFIX "unmap"

◆ LV2_URID_MAP_URI [1/2]

#define LV2_URID_MAP_URI   LV2_URID__map

Legacy.

◆ LV2_URID_MAP_URI [2/2]

#define LV2_URID_MAP_URI   LV2_URID__map

Legacy.

◆ LV2_URID_PREFIX [1/2]

#define LV2_URID_PREFIX   LV2_URID_URI "#"

◆ LV2_URID_PREFIX [2/2]

#define LV2_URID_PREFIX   LV2_URID_URI "#"

◆ LV2_URID_UNMAP_URI [1/2]

#define LV2_URID_UNMAP_URI   LV2_URID__unmap

Legacy.

◆ LV2_URID_UNMAP_URI [2/2]

#define LV2_URID_UNMAP_URI   LV2_URID__unmap

Legacy.

◆ LV2_URID_URI [1/2]

#define LV2_URID_URI   "http://lv2plug.in/ns/ext/urid"

◆ LV2_URID_URI [2/2]

#define LV2_URID_URI   "http://lv2plug.in/ns/ext/urid"

Typedef Documentation

◆ LV2_URID [1/2]

typedef uint32_t LV2_URID

URI mapped to an integer.

◆ LV2_URID [2/2]

typedef uint32_t LV2_URID

URI mapped to an integer.

◆ LV2_URID_Map

typedef struct _LV2_URID_Map LV2_URID_Map

URID Map Feature (LV2_URID__map)

◆ LV2_URID_Map_Handle [1/2]

Opaque pointer to host data for LV2_URID_Map.

◆ LV2_URID_Map_Handle [2/2]

Opaque pointer to host data for LV2_URID_Map.

◆ LV2_URID_Unmap

typedef struct _LV2_URID_Unmap LV2_URID_Unmap

URI Unmap Feature (LV2_URID__unmap)

◆ LV2_URID_Unmap_Handle [1/2]

Opaque pointer to host data for LV2_URID_Unmap.

◆ LV2_URID_Unmap_Handle [2/2]

Opaque pointer to host data for LV2_URID_Unmap.