AudioHardwareDestroyAggregateDevice(_:)
Declaration
func AudioHardwareDestroyAggregateDevice(_ inDeviceID: AudioObjectID) -> OSStatusParameters
- 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
AudioConvertHostTimeToNanos(_:)AudioConvertNanosToHostTime(_:)AudioDeviceCreateIOProcID(_:_:_:_:)AudioDeviceCreateIOProcIDWithBlock(_:_:_:_:)AudioDeviceDestroyIOProcID(_:_:)AudioDeviceGetCurrentTime(_:_:)AudioDeviceGetNearestStartTime(_:_:_:)AudioDeviceStart(_:_:)AudioDeviceStartAtTime(_:_:_:_:)AudioDeviceStop(_:_:)AudioDeviceTranslateTime(_:_:_:)AudioGetCurrentHostTime()AudioGetHostClockFrequency()AudioGetHostClockMinimumTimeDelta()AudioHardwareCreateAggregateDevice(_:_:)