AudioHardwareUnload

Function AudioHardwareUnload 

Source
pub unsafe extern "C-unwind" fn AudioHardwareUnload() -> i32
Available on crate feature AudioHardware only.
Expand description

When this routine is called, all IO on all devices within a process will be terminated and all resources capable of being released will be released. This routine essentially returns the HAL to its uninitialized state.

Returns: An OSStatus indicating success or failure.