pub unsafe extern "C-unwind" fn AudioHardwareRemoveRunLoopSource(
in_run_loop_source: &CFRunLoopSource,
) -> i32👎Deprecated
Available on crate feature
AudioHardwareDeprecated only.Expand description
Remove the given CFRunLoopSource from the the HAL’s notification CFRunLoop.
The CFRunLoop the HAL uses for notifications is specified by kAudioHardwarePropertyRunLoop. Usage of the HAL’s notification run loop is deprecated. Please use libdispatch instead.
Parameter inRunLoopSource: The CFRunLoopSource to remove.
Returns: An OSStatus indicating success or failure.