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


- fileName (NSString)
- An NSString object that specifies a full pathname to a file.

YES if a QTMovie object can be initialized from the specified file, 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)