Re: deprecated function
Re: deprecated function
- Subject: Re: deprecated function
- From: Jeff Moore <email@hidden>
- Date: Thu, 25 Sep 2008 11:07:21 -0700
You can't just pass an IOProc to AudioDeviceDestroyIOProcID. You can
only pass AudioDeviceIOProcIDs created with AudioDeviceCreateIOProcID().
On Sep 25, 2008, at 8:58 AM, Roland Silver wrote:
I need to change
err = AudioDeviceRemoveIOProc(device, appIOProc);
Is this correct?
err = AudioDeviceDestroyIOProcID(device, &appIOProc);
where appIOProc is my actual callback.
--
Jeff Moore
Core Audio
Apple
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden