| QMedia  Movie editing commands |     | 
| QM_InsertEmptyMovieSegment(movieRef; emptySegStart; emptySegDuration):error | |||
|   | movieRef | Longint | Movie reference | 
|   | emptySegStart | Longint | Segment start | 
|   | emptySegDuration | Longint | Segment duration | 
|   | error | Longint | Error result | 
Inserts an empty segment into a movie.
Parameter movieRef is the reference to the movie instance where the empty segment is to be inserted. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile.
Parameters emptySegStart and emptySegDuration specify the starting point and duration of the empty segment. Both must be expressed in the movie's time scale.
Related commands
| QM_InsertMovieSegment | Inserts part of a movie into another. | 
| QM_DeleteMovieSegment | Removes a segment from a movie. |