pub unsafe extern "C" fn dspHook(
cookie: *mut dspHookCookie,
callback: dspHookFn,
)Expand description
Sets up a DSP status hook.
§Arguments
cookie- Hook cookie to use.callback- Function to call when DSP’s status changes.
pub unsafe extern "C" fn dspHook(
cookie: *mut dspHookCookie,
callback: dspHookFn,
)Sets up a DSP status hook.
cookie - Hook cookie to use.callback - Function to call when DSP’s status changes.