MonobjcMonobjc Documented Class Library
QTMovie Constructor (attributes, errorPtr)
NamespacesMonobjc.QTKitQTMovieQTMovie(NSDictionary, NSError%)

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.

Declaration Syntax
C#Visual BasicVisual C++
public QTMovie(
	NSDictionary attributes,
	out NSError errorPtr
)
Public Sub New ( _
	attributes As NSDictionary, _
	<OutAttribute> ByRef errorPtr As NSError _
)
public:
QTMovie(
	NSDictionary^ attributes, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
attributes (NSDictionary)
An NSDictionary object whose key-value pairs specify the attributes to use when initializing the movie.
errorPtr (NSError%)
MISSING
Return Value
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.QTKit (Module: Monobjc.QTKit)