Re: scheduling a block from a render callback
Re: scheduling a block from a render callback
- Subject: Re: scheduling a block from a render callback
- From: Kyle Sluder <email@hidden>
- Date: Tue, 14 Jan 2014 08:14:53 -0800
On Tue, Jan 14, 2014, at 08:12 AM, Kyle Sluder wrote:
> AudioUnitAddNotificationHandler(dispatch_queue_t queue, void
> (^handler)(AudioUnit unit)).
(Yes, the prototype of this function would actually have to be something
like AudioUnitAddNotificationHandler(AudioUnit unit, uint32_t
notification, dispatch_queue_t queue, void (^handler)(AudioUnit unit,
uint32_t notification)). And there should probably be a variant that
takes a function instead of a block.)
--Kyle Sluder
_______________________________________________
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