[][src]Function lilv_sys::lilv_plugin_has_latency

pub unsafe extern "C" fn lilv_plugin_has_latency(
    plugin: *const LilvPlugin
) -> bool

Return whether or not the plugin introduces (and reports) latency. The index of the latency port can be found with lilv_plugin_get_latency_port() ONLY if this function returns true.