Re: Daisy Capture Input Call
Re: Daisy Capture Input Call
- Subject: Re: Daisy Capture Input Call
- From: Jens Bauer <email@hidden>
- Date: Wed, 4 Feb 2004 18:01:41 +0100
Hi Craig,
On Wednesday, Feb 4, 2004, at 12:13 Europe/Copenhagen, Craig Bakalian
wrote:
Hi,
In the example daisy there is an input callback that looks like this->
{snip}
Is the BlockMove(inInputData->mBuffers[0].mData,
dInfo->captureCurrentPtr, inInputData->mBuffers[0].mDataByteSize)
copying data the way a memcpy would in C. Is BlockMove a C++ call? I
am not familiar with it, sorry.
Yes, you could actually...
#define BlockMove(s,d,l) memcpy(d,s,l)
s = source, d = destination, l = length.
Love,
Jens
_______________________________________________
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.