Type Alias cybergrape::saf_raw::PROC_STATUS

source ·
pub type PROC_STATUS = c_uint;
Expand description

Current status of the processing loop

These are used to keep things thread-safe. i.e., the codec will not be initialised if the currently configured codec is being used to process a block of audio. Likewise, if the codec is being initialised, then the “process” functions are bypassed.