QMedia Movie track commands

QM_DeleteTrack

QM_DeleteTrack(movieRef; trackID):error
movieRef Longint Movie reference
trackID Longint Track ID
error Longint Error result

Deletes 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.

Example

  `Delete track ID $trackID of movie $movie
 
$err:=QM_DeleteTrack ($movie;$trackID)
 
 

Related commands

QM_AddTrack Adds a new track to a movie.
QM_GetTracks Returns information about the tracks of a movie.

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