MonobjcMonobjc Documented Class Library
MovieWithAttributesError Method (attributes, errorPtr)
NamespacesMonobjc.QTKitQTMovieMovieWithAttributesError(NSDictionary, NSError%)

Creates a QTMovie object initialized with the attributes specified in attributes.

Original signature is '+ (id)movieWithAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static QTMovie MovieWithAttributesError(
	NSDictionary attributes,
	out NSError errorPtr
)
Public Shared Function MovieWithAttributesError ( _
	attributes As NSDictionary, _
	<OutAttribute> ByRef errorPtr As NSError _
) As QTMovie
public:
static QTMovie^ MovieWithAttributesError(
	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

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

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)