Re: AudioQueueNewOutput return value
Re: AudioQueueNewOutput return value
- Subject: Re: AudioQueueNewOutput return value
- From: Brian Whitman <email@hidden>
- Date: Tue, 29 Apr 2008 10:30:59 -0400
On Apr 29, 2008, at 10:19 AM, Roland Silver wrote: If the error is indeed " kAudioConverterErr_FormatNotSupported", it presumably refers to parameter #5 of the AudioQueueNewOutput call: OSStatus status = AudioQueueNewOutput( //create the queue &ASBDesc, //param 1: the data format of the audio to play AQSCallback, //param 2: my callback function &callbackData, //param 3: the custom data struct the callback needs: up to me NULL, //param 4: call callback on an AQ internal thread
Why do you presume that? More likely it's the 1st parameter, the data *format* of the queue
B
|
_______________________________________________
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