|
uint32_t | uri_to_id (const char *map, const char *uri) const |
|
|
LV2_URI_Map_Callback_Data | m_callback_data |
|
uint32_t(* | m_func )(LV2_URI_Map_Callback_Data, const char *, const char *) |
|
static void handle_feature |
( |
void * |
instance, |
|
|
void * |
data |
|
) |
| |
|
inlinestatic |
uint32_t uri_to_id |
( |
const char * |
map, |
|
|
const char * |
uri |
|
) |
| const |
|
inlineprotected |
This returns a numeric identifier for a given URI and map. This is used for e.g. getting numeric IDs for event types specified by URIs. A return value of 0 should be considered to mean that the URI you passed is not supported by the host.
- Parameters
-
map | An URI to be used as namespace. |
uri | The URI that you want to map to a numeric ID. |
The documentation for this struct was generated from the following file: