AudioDeviceDestroyIOProcID(_:_:)
Declaration
func AudioDeviceDestroyIOProcID(_ inDevice: AudioObjectID, _ inIOProcID: AudioDeviceIOProcID) -> OSStatusParameters
- inDevice:
The AudioDevice from which the ID came.
- inIOProcID:
The AudioDeviceIOProcID to get rid of.
Return Value
An OSStatus indicating success or failure.
Discussion
Destroys an AudioDeviceIOProcID.
AudioDeviceIOProcIDs allow for the client to register the same function pointer with a device multiple times
See Also
Functions
AudioConvertHostTimeToNanos(_:)AudioConvertNanosToHostTime(_:)AudioDeviceCreateIOProcID(_:_:_:_:)AudioDeviceCreateIOProcIDWithBlock(_:_:_:_:)AudioDeviceGetCurrentTime(_:_:)AudioDeviceGetNearestStartTime(_:_:_:)AudioDeviceStart(_:_:)AudioDeviceStartAtTime(_:_:_:_:)AudioDeviceStop(_:_:)AudioDeviceTranslateTime(_:_:_:)AudioGetCurrentHostTime()AudioGetHostClockFrequency()AudioGetHostClockMinimumTimeDelta()AudioHardwareCreateAggregateDevice(_:_:)AudioHardwareDestroyAggregateDevice(_:)