Re: kAudioHardwareIllegalOperationError
Re: kAudioHardwareIllegalOperationError
- Subject: Re: kAudioHardwareIllegalOperationError
- From: Vincent Predoehl <email@hidden>
- Date: Mon, 18 Jun 2001 14:38:19 -0400
All evidence would indicate that the IOProc is registered, unless there
is another way besides AudioDeviceRemoveIOProc that I don't know about.
What other circumstances could this be happening?
I also noticed that calling AudioDeviceRemoveIOProc when the device was
not installed returns no error. I assume that this is legal, so I just
let it happen.
On Sunday, June 17, 2001, at 12:22 PM, Jeff Moore wrote:
You will get that error if the IOProc you are stopping isn't registered
with
the device.
--
Vincent