Re: CoreAudio Bug?
Re: CoreAudio Bug?
- Subject: Re: CoreAudio Bug?
- From: Jeff Moore <email@hidden>
- Date: Tue, 19 Jun 2001 14:35:00 -0700
on 6/19/01 1:55 PM, Vincent Predoehl <email@hidden> wrote:
>
I wanted to report this possible CoreAudio bug. If I do this:
>
>
err = AudioDeviceStart(theDevice, appIOProc);
>
err = AudioDeviceStop(theDevice, appIOProc);
>
err = AudioDeviceStart(theDevice, appIOProc);
>
>
The second call to AudioDeviceStart chokes with an illegal hardware
>
operation error.
Not a bug. You won't be able to start again until you receive the
notification that the device stopped in the first place.
If you aren't signing up for notifications, you really need to.
--
Jeff Moore
Core Audio
Apple