AudioDeviceRemoveIOProc

Function AudioDeviceRemoveIOProc 

Source
pub unsafe extern "C-unwind" fn AudioDeviceRemoveIOProc(
    in_device: AudioDeviceID,
    in_proc: AudioDeviceIOProc,
) -> i32
๐Ÿ‘ŽDeprecated
Available on crate features AudioHardware and AudioHardwareDeprecated and objc2-core-audio-types only.
Expand description

Unregisters the given AudioDeviceIOProc from the AudioDevice. This routine has been deprecated in favor of AudioDeviceDestroyIOProcID().

Parameter inDevice: The AudioDevice to unregister the IOProc from.

Parameter inProc: The AudioDeviceIOProc to unregister.

Returns: An OSStatus indicating success or failure.

ยงSafety

in_proc must be implemented correctly.