Deletes a specified segment from a QTTrack object.
Original signature is '- (void)deleteSegment:(QTTimeRange)segment'
Available in Mac OS X v10.3 and later.

C# | Visual Basic | Visual C++ |
public virtual void DeleteSegment( QTTimeRange segment )
Public Overridable Sub DeleteSegment ( _ segment As QTTimeRange _ )
public: virtual void DeleteSegment( QTTimeRange segment )

- segment (QTTimeRange)
- A QTTimeRange structure that indicates the segment in the target track that is to be deleted.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)