pub unsafe fn configure_shm_header(
ptr: *mut u8,
frames: usize,
num_in: usize,
num_out: usize,
)Expand description
Set the standard SHM header fields for a processing block.
ยงSafety
ptr must be a valid pointer to the start of the plugin-host SHM region.