Re: kAudioHardwareIllegalOperationError
Re: kAudioHardwareIllegalOperationError
- Subject: Re: kAudioHardwareIllegalOperationError
- From: Daniel Todd Currie <email@hidden>
- Date: Mon, 27 Oct 2003 14:21:40 -0800
Wouldn't there also be errors in the
AudioDeviceAddIOProc/AudioDeviceStart/AudioDeviceRemoveIOProc functions
as well? The device does start properly and even gives me consistent
data as I would expect. It only tells me I have an error as soon as I
stop it.
// D
On 2003 Oct 27, at 11:17, Jeff Moore wrote:
The usual reason for getting that error from AudioDeviceStop is that
you are trying to stop an IOProc that hasn't been registered with the
device yet.
On Oct 26, 2003, at 8:56 PM, Daniel Todd Currie wrote:
I get a kAudioHardwareIllegalOperationError in my AudioDeviceStop
function.
What does this actually mean? My app was working fine, then I start
getting this message, but I have no idea what change is causing the
error. The CoreAudio docs say nothing about this problem... Please
help me understand the cause of this error. Thanks in advance...
--
Jeff Moore
Core Audio
Apple
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.