QMedia
Movie playback commands
|
|
| QM_Stop(areaRef):error | |||
|
|
areaRef | Longint | Movie area reference |
|
|
error | Longint | Error result |
Instructs the movie controller in a movie plug-in area to stop playing the movie currently assigned to the area.
The movie plug-in area is specified by areaRef.
Example
`Stop the movie in plug-in area xMovieArea if it is currently playing $error:=QM_Stop (xMovieArea) |
Related commands
| QM_Play | Starts playing the movie. |
| QM_GetRate | Returns the movie's current playback rate. |