Re: in-memory AudioUnit?
Re: in-memory AudioUnit?
- Subject: Re: in-memory AudioUnit?
- From: kelly jacklin <email@hidden>
- Date: Wed, 12 Nov 2003 15:20:39 -0800
On Nov 12, 2003, at 11:16 AM, Art Gillespie wrote:
I can't remember if components registered in this fashion are private
to
the the registering process (I'm sure I remember reading that this is
possible, though).
Components registered using RegisterComponent are, of course, private
to the process in which you register them. In fact, all component
registration is done per-process under OSX. Apps under OSX have
separate address spaces, and code blobs and pointers are not shared
across them.
kelly jacklin
_______________________________________________
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.