Function reaper_low::load_pcm_source_state_from_buf
source · [−]pub unsafe fn load_pcm_source_state_from_buf(
source: *mut PCM_source,
first_line: *const c_char,
in_buf: *mut u8,
in_buf_size: c_int
) -> c_int
Expand description
Restores the PCM source state from the given buffer.
Returns -1 on error.
Safety
REAPER can crash if you pass an invalid pointer.