Re: C/Obj-C API Confusion
Re: C/Obj-C API Confusion
- Subject: Re: C/Obj-C API Confusion
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 10 Sep 2008 15:50:24 -0600
On Sep 10, 2008, at 3:43 PM, J. Todd Slack wrote:
So passing a Movie (Which I have created), not sure what to pass in
for FSSpec yet.
FSSpecs are data structures created by the Carbon File Manager. You'll
find out more about them in the documentation by the same name. Keep
in mind that FSSpecs are very old data structures (they've probably
been around since Mac OS 1) and are deprecated in 32-bit and
nonexistent in 64-bit.
If you're trying to convert an MP3 to WAV, then you probably ought to
use the AudioToolbox instead of QuickTime. Some more setup will be
necessary, but it's more future-proof.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden