QMedia
![]() |
![]() ![]() |
QM_GetAreaMovie(areaRef; movieRef):error | |||
![]() |
areaRef | Longint | Movie area reference |
![]() |
movieRef | Longint | Movie reference |
![]() |
error | Longint | Error result |
Returns the reference to the movie instance that is currently assigned to the plug-in area.
The movie plug-in area is specified by the areaRef parameter.
Parameter movieRef receives the reference to the movie instance.
Example
`Get the movie currently assigned to plug-in area xMovieArea C_LONGINT($movie) $error:=QM_GetAreaMovie (xMovieArea;$movie) |
Related commands
QM_SetAreaMovie | Assigns a movie to a movie plug-in area. |