AudioQueueNewOutput question
AudioQueueNewOutput question
Still in the middle of my AudioQueue prototyping work with a non-C language.
I need some clarifications from the Coreaudio gurus on the list.
The AQ reference guide tells the following about function AudioQueueNewOutput:
------------ EXCERPT FROM AQ REFERENCE GUIDE ------------
inCallbackRunLoop
The event loop on which the callback function pointed to by the
inCallbackProc parameter is to be called. If you specify NULL, the callback is
invoked on one of the audio queue’s internal threads.
inCallbackRunLoopMode
The run loop mode in which to invoke the callback function specified in
the inCallbackProc parameter. Typically, you pass kCFRunLoopCommonModes or use
NULL, which is equivalent. You can choose to create your own thread with your
own run loops. For more information on run loops, see Run Loops and CFRunLoop
Reference.
------------ END OF EXCERPT ------------
How does that translate into a non-C language? In particular the sentence
"typically, you pass kCFRunLoopCommonModes or use NULL, which is equivalent.":
is that truly equivalent?
Thanks in advance for any help on this.
Regards,
Charles
_______________________________________________
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