Re: AU Components on the fly
Re: AU Components on the fly
- Subject: Re: AU Components on the fly
- From: Marc Poirier <email@hidden>
- Date: Thu, 9 Jan 2003 21:10:47 +0100 (CET)
>
Sure, it should be possible. If you look at the AUPublic headers,
>
ComponentBase.h in particular, there's the ComponentRegistrar class
>
that will do exactly this for you. And the COMPONENT_REGISTER macro to
>
make it easier. To go a little lower-level, the Component Manager has
>
the RegisterComponent() and RegisterComponentResource() functions.
>
>
The only thing I'm not sure about is if when you register a component
>
in your app, will it be made available in other processes?
Luckily that's what the registration flags argument is for. More info:
http://developer.apple.com/techpubs/macosx/Carbon/runtime/ComponentManager/Component_Manager/Enumerations/Register_Com_source_flags.html
Marc
_______________________________________________
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.