Initializes a QTMovie object with the attributes specified in attributes.
Original signature is '- (id)initWithAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithAttributesError( NSDictionary attributes, out NSError errorPtr )
Public Overridable Function InitWithAttributesError ( _ attributes As NSDictionary, _ <OutAttribute> ByRef errorPtr As NSError _ ) As Id
public: virtual Id^ InitWithAttributesError( NSDictionary^ attributes, [OutAttribute] NSError^% errorPtr )

- attributes (NSDictionary)
- An NSDictionary object whose key-value pairs specify the attributes to use when initializing the movie.
- errorPtr (NSError%)
- MISSING

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.InitWithAttributesError(Monobjc.Foundation.NSDictionary,Monobjc.Foundation.NSError@)"]

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