lilv_instance_get_descriptor

Function lilv_instance_get_descriptor 

Source
pub unsafe fn lilv_instance_get_descriptor(
    instance: *const LilvInstance,
) -> *const LV2Descriptor
Expand description

Get the LV2_Descriptor of the plugin instance. Normally hosts should not need to access the LV2_Descriptor directly, use the lilv_instance_* functions.

ยงSafety

Makes use of unsafe ffi functions.