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

Inserts into a QTTrack object the specified segment of another QTTrack object.

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

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertSegmentOfTrackTimeRangeAtTime(
	QTTrack track,
	QTTimeRange range,
	QTTime time
)
Public Overridable Sub InsertSegmentOfTrackTimeRangeAtTime ( _
	track As QTTrack, _
	range As QTTimeRange, _
	time As QTTime _
)
public:
virtual void InsertSegmentOfTrackTimeRangeAtTime(
	QTTrack^ track, 
	QTTimeRange range, 
	QTTime time
)
Parameters
track (QTTrack)
The QTTrack object from which the segment to be inserted is copied.
range (QTTimeRange)
A QTTimeRange structure that indicates the segment in track to be copied.
time (QTTime)
A QTTime structure that indicates the time in the target track at which the copied segment is to be inserted.
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)