Re: Question about the AudioConverterFillComplexBuffer callback function
Re: Question about the AudioConverterFillComplexBuffer callback function
- Subject: Re: Question about the AudioConverterFillComplexBuffer callback function
- From: James McCartney <email@hidden>
- Date: Tue, 11 May 2010 10:46:35 -0700
On May 11, 2010, at 4:02 AM, Fredrik wrote:
> Thank you, that's great. In the callback function itself all I have to do is to move packets from the input data buffer to the output buffer
You don't have to copy any data. You just point to your data.
> outOutputData->mBuffers[0].mData = myPointer;
> outOutputData->mBuffers[0].mDataByteSize = .. the size in bytes of the data pointed to by myPointer ..
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden