Re: List of QuickTime File Types
Re: List of QuickTime File Types
- Subject: Re: List of QuickTime File Types
- From: Todd Yandell <email@hidden>
- Date: Wed, 25 May 2005 23:42:57 -0500
On May 25, 2005, at 7:41 PM, Mike O'Connor wrote: But is there something I can call that will get me a list of file types or extensions that QuickTime can handle?
Yes. See QTMovie's movieFileTypes: class method. It should do exactly what you want. The QTMovie class is part of QTKit, of course, so you'll have to include that in your app if it's not already. Then, you just pass it's output in to NSSavePanel's setAllowedFileTypes: method.
Todd |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden