Hello folks

I wrote an AUAudioUnit subclass, and I'm instantiating using the C API thus:

AudioUnitInitialize(myAudioUnit));

where myAudioUnit is of type AudioUnit. Though it's backed up by an
instance of my custom AUAudioUnit subclass, the C code only sees it as an
AudioUnit.

Elsewhere in my app, I need to call custom methods I've defined in the
AUAudioUnit subclass. But I'm stuck trying to find a way to cast an
AudioUnit to an AUAudioUnit.

How can I otherwise convert an AudioUnit instance to an AUAudioUnit
instance?

Thanks

Ariel
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (Coreaudio-api@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to