Re: Callback when AUFilePlayer is finished?
Re: Callback when AUFilePlayer is finished?
- Subject: Re: Callback when AUFilePlayer is finished?
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 18 Oct 2006 17:40:19 +0200
On 18.10.2006, at 15:34, tahome izwah wrote:
Where does it do this? I can't find anything in my code that would
tell it to repeat the file...
It's not in your code, it's in PrepareFileAU(), which your code is
calling.
rgn.mLoopCount = 1;
should be
rgn.mLoopCount = 0;
I see. I wasn't aware that you needed pause & resume in your app, but
looking at your email address this makes sense ;-).
Actually, this is for something completely different...
Cheers,
-- M. Uli Kusterer
_______________________________________________
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