Function

AgsAudioLv2UriMapManageruri_to_id

Declaration [src]

uint32_t
ags_lv2_uri_map_manager_uri_to_id (
  LV2_URI_Map_Callback_Data callback_data,
  char* map,
  char* uri
)

Description

No description available.

This function is not directly available to language bindings.

Parameters

callback_data

Type: LV2_URI_Map_Callback_Data

No description available.

map

Type: char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
uri

Type: char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: uint32_t

No description available.