Contents

AudioHardwareDestroyAggregateDevice(_:)

Declaration

func AudioHardwareDestroyAggregateDevice(_ inDeviceID: AudioObjectID) -> OSStatus

Parameters

  • inDeviceID:

    The AudioObjectID of the AudioAggregateDevice to destroy.

Return Value

An OSStatus indicating success or failure.

Discussion

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.

See Also

Functions