AudioDeviceStop

Function AudioDeviceStop 

Source
pub unsafe extern "C-unwind" fn AudioDeviceStop(
    in_device: AudioObjectID,
    in_proc_id: AudioDeviceIOProcID,
) -> i32
Available on crate features AudioHardware and objc2-core-audio-types only.
Expand description

Stops IO for the given AudioDeviceIOProcID.

Parameter inDevice: The AudioDevice to stop the IOProc on.

Parameter inProcID: The AudioDeviceIOProcID to stop.

Returns: An OSStatus indicating success or failure.

ยงSafety

in_proc_id must be implemented correctly.