Re: [coreaudio] ComponentInstance to Component
Re: [coreaudio] ComponentInstance to Component
>
given only a ComponentInstance (AudioUnit), is there a method to get the
>
Component out of it ?
>
>
ie the Component that the AudioUnit was instantiated from.
Try this:
- AUGraphGetNodeInfo() to get the ComponentDescription;
- FindNextComponent(NULL, theDescription);
The last function is described in the Carbon/Component-manager
documentation.
robert
_______________________________________________
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.