MonobjcMonobjc Documented Class Library
StartTimeOfChapter Method (chapterIndex)
NamespacesMonobjc.QTKitQTMovieStartTimeOfChapter(NSInteger)

Returns a QTTime structure that is the start time of the chapter having the specified 0-based index in the list of chapters.

Original signature is '- (QTTime)startTimeOfChapter:(NSInteger)chapterIndex'

Available in 5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual QTTime StartTimeOfChapter(
	NSInteger chapterIndex
)
Public Overridable Function StartTimeOfChapter ( _
	chapterIndex As NSInteger _
) As QTTime
public:
virtual QTTime StartTimeOfChapter(
	NSInteger chapterIndex
)
Parameters
chapterIndex (NSInteger)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.StartTimeOfChapter(Monobjc.Foundation.NSInteger)"]

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)