[][src]Function lilv_sys::lilv_instance_run

pub unsafe fn lilv_instance_run(
    instance: *const LilvInstance,
    sample_count: u32
)

Run instance for sample_count frames. If the hint lv2:hardRTCapable is set for this plugin, this function is guaranteed not to block.

Safety

Makes use of unsafe ffi functions.