MonobjcMonobjc Documented Class Library
ChapterIndexForTime Method (time)
NamespacesMonobjc.QTKitQTMovieChapterIndexForTime(QTTime)

Returns the 0-based index of the chapter that contains the specified movie time.

Original signature is '- (NSInteger)chapterIndexForTime:(QTTime)time'

Available in 5 and later.

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

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.ChapterIndexForTime(Monobjc.QTKit.QTTime)"]

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)