Re: Fast Dispatch
Re: Fast Dispatch
Bill,
Thank you. I am still learning my way around OS X.
Jeremy
>
From: Bill Stewart <email@hidden>
>
Date: Thu, 19 Sep 2002 15:29:57 -0700
>
To: Jeremy Sagan <email@hidden>, CoreAudio API
>
<email@hidden>
>
Subject: Re: Fast Dispatch
>
>
// This is in the AUPublic code in the SDK - AUInputElement.cpp
>
Here's how we call it:
>
>
theResult = reinterpret_cast<AudioUnitRenderSliceProc>(mConnRenderProc)(
>
mConnInstanceStorage, ioActionFlags, &inTimeStamp,
>
mConnection.sourceOutputNumber,
>
&pullBuffer->mBuffers[0]);
>
>
You CANNOT pass in a NULL reference for the render flags for a V2 AudioUnit
>
- clearly documented even!
_______________________________________________
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.