QMedia
![]() |
![]() |
QM_FreeMovie(movieRef):error | |||
![]() |
movieRef | Longint | Movie reference |
![]() |
error | Longint | Error result |
Frees a movie instance.
Parameter movieRef specifies the movie instance. The movie reference must have been previously obtained with a call to one of the commands that create movie instances (from either a file or a URL).
Example
`Free a movie reference $err:=QM_FreeMovie ($movie) |
Related commands
QM_NewMovieFromFile | Creates a movie instance from a movie file. |
QM_NewMovieFromURL | Creates a movie instance from a movie file. |