MonobjcMonobjc Documented Class Library
InsertSegmentOfTrackTimeRangeAtTime Method (track, range, time)
NamespacesMonobjc.QTKitQTMovieInsertSegmentOfTrackTimeRangeAtTime(QTTrack, QTTimeRange, QTTime)

Inserts the specified segment of a QTTrack object into a QTMovie, at the specified time in the target QTMovie.

Original signature is '- (QTTrack *)insertSegmentOfTrack:(QTTrack *)track timeRange:(QTTimeRange)range atTime:(QTTime)time'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual QTTrack InsertSegmentOfTrackTimeRangeAtTime(
	QTTrack track,
	QTTimeRange range,
	QTTime time
)
Public Overridable Function InsertSegmentOfTrackTimeRangeAtTime ( _
	track As QTTrack, _
	range As QTTimeRange, _
	time As QTTime _
) As QTTrack
public:
virtual QTTrack^ InsertSegmentOfTrackTimeRangeAtTime(
	QTTrack^ track, 
	QTTimeRange range, 
	QTTime time
)
Parameters
track (QTTrack)
MISSING
range (QTTimeRange)
MISSING
time (QTTime)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.QTKit.QTMovie.InsertSegmentOfTrackTimeRangeAtTime(Monobjc.QTKit.QTTrack,Monobjc.QTKit.QTTimeRange,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)