Returns YES if the contents of the specified URL can be used to initialize a QTMovie object.
Original signature is '+ (BOOL)canInitWithURL:(NSURL *)url'
Available in Mac OS X v10.3 and later.


- url (NSURL)
- An NSURL object.

YES if a QTMovie object can be initialized from the specified URL, NO otherwise.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)