AudioHardwareDestroyAggregateDevice

Function AudioHardwareDestroyAggregateDevice 

Source
pub unsafe extern "C-unwind" fn AudioHardwareDestroyAggregateDevice(
    in_device_id: AudioObjectID,
) -> i32
Available on crate feature AudioHardware only.
Expand description

This routine destroys the given AudioAggregateDevice.

The actual destruction of the device is asynchronous and may take place after the call to this routine has returned.

Parameter inDeviceID: The AudioObjectID of the AudioAggregateDevice to destroy.

Returns: An OSStatus indicating success or failure.