QMedia Movie editing commands

QM_DeleteTrackSegment

QM_DeleteTrackSegment(movieRef; trackID; segStart; segDuration):error
movieRef Longint Movie reference
trackID Longint Track ID
segStart Longint Segment start
segDuration Longint Segment duration
error Longint Error result

Removes the specified segment from a track.

Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile.

Parameter trackID is the ID of the track.

Parameters segStart and segDuration specify the starting point and duration of the track segment to be deleted. Both must be expressed in the movie's time scale.

Related commands

QM_InsertTrackSegment Inserts part of a track into another.
QM_InsertEmptyTrackSegment Inserts an empty segment into a track.

QMedia © Escape OE
Generated by QDoc 2.8 on Thu, Nov 24, 2011 18:41:37