Re: AudioDeviceStop and ioProc
Re: AudioDeviceStop and ioProc
- Subject: Re: AudioDeviceStop and ioProc
- From: Shaun Wexler <email@hidden>
- Date: Tue, 23 May 2006 19:38:44 -0700
On May 23, 2006, at 4:37 PM, Steve Checkoway wrote:
The main thread (thread 2) only interacts with the audio when
starting the device or shutting it down or telling the decoder
thread to decode another chunk of audio.
Beware: start/stop and other HAL notification callbacks may be sent
on arbitrary threads, often one of the IOProc threads. Do not assume
or rely on them being delivered on the dedicated notification runloop
thread. ;)
--
Shaun Wexler
MacFOH
http://www.macfoh.com
Assumption is the mother of all !@#$ups.
_______________________________________________
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