Re: SetRenderCallback vs. SetInputCallback
Re: SetRenderCallback vs. SetInputCallback
- Subject: Re: SetRenderCallback vs. SetInputCallback
- From: paul <email@hidden>
- Date: Thu, 15 Jul 2004 22:03:05 -0400
kAudioUnitPropertySetInputCallback was used for version 1 AU's (*very*
deprecated; only use I can imagine is if you're only using the Apple
AU's and must support 10.1).
kAudioUnitPropertySetRenderCallback is the current one.
grepping our source tree, I don't see any uses of
kAudioUnitPropertySetInputCallback but maybe I missed a directory ...
where do you see it?
Hey Doug,
I'm not the most organized individual but I believe it was tech note
2091(
http://developer.apple.com/technotes/tn2002/tn2091.html ) which
brought about the most confusion. It's dated 2004 but make uses of
SetInputCallback on the global scope of the AUHAL. Regardless, thanks
for the clarification.
bye-bye,
-Paul
_______________________________________________
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.