MonobjcMonobjc Documented Class Library
AddChaptersWithAttributesError Method (chapters, attributes, errorPtr)
NamespacesMonobjc.QTKitQTMovieAddChaptersWithAttributesError(NSArray, NSDictionary, NSError%)

Adds chapters to the receiver using the information specified in the chapters array.

Original signature is '- (void)addChapters:(NSArray *)chapters withAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AddChaptersWithAttributesError(
	NSArray chapters,
	NSDictionary attributes,
	out NSError errorPtr
)
Public Overridable Sub AddChaptersWithAttributesError ( _
	chapters As NSArray, _
	attributes As NSDictionary, _
	<OutAttribute> ByRef errorPtr As NSError _
)
public:
virtual void AddChaptersWithAttributesError(
	NSArray^ chapters, 
	NSDictionary^ attributes, 
	[OutAttribute] NSError^% errorPtr
)
Parameters
chapters (NSArray)
An NSArray that contains one dictionary per chapter. The dictionary entries are:
attributes (NSDictionary)
An NSDictionary that contains settings for the new chapter track and its text. The following keys are currently recognized:
errorPtr (NSError%)
A pointer to an NSError instance; if non-NULL, return any error in that location.
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)