pub unsafe fn lilv_instance_run(
instance: *const LilvInstance,
sample_count: u32,
)Expand description
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.