> On Dec 29, 2014, at 2:12 AM, Michael Crawford <[email protected]> wrote:
> 
>     OpenAComponent( comp, &output )
>     CloseComponent( output )

These are deprecated since — I believe — OS X 10.8.

You should probably use the iOS compatible functions:

AudioComponentInstanceNew(comp, &output)
AudioComponentInstanceDispose(output)

Paul

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to