QMedia
Movie editing commands
|
|
| QM_CopyTrackSettings(srcMovieRef; srcTrackID; destMovieRef; destTrackID):error | |||
|
|
srcMovieRef | Longint | Source movie reference |
|
|
srcTrackID | Longint | Source track ID |
|
|
destMovieRef | Longint | Destination movie reference |
|
|
destTrackID | Longint | Destination track ID |
|
|
error | Longint | Error result |
Copies the following settings from a track to another:
Parameters srcMovieRef and destMovieRef are the references to the source and destination movie instances respectively. The source movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL. The destination movie reference must have been previously obtained with a call to QM_NewMovieFromFile.
Parameters srcTrackID and destTrackID are the IDs of the source and destination tracks respectively.