QMedia
![]() |
![]() ![]() |
QM_DeleteMovieSegment(movieRef; segStart; segDuration):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
segStart | Longint | Segment start |
![]() |
segDuration | Longint | Segment duration |
![]() |
error | Longint | Error result |
Removes the specified segment from a movie.
Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile.
Parameters segStart and segDuration specify the starting point and duration of the movie segment to be deleted. Both must be expressed in the movie's time scale.
Related commands
QM_InsertEmptyMovieSegment | Inserts an empty segment into a movie. |
QM_InsertEmptyMovieSegment | Inserts an empty segment into a movie. |