QMedia Movie properties commands

QM_IsVRMovie

QM_IsVRMovie(movieRef; isVR):error
movieRef Longint Movie reference
isVR Longint QTVR movie flag
error Longint Error result

Returns information about whether a movie is a QTVR movie or not.

Parameter movieRef is the reference to the movie instance. The movie reference must have been previously obtained with a call to QM_NewMovieFromFile or QM_NewMovieFromURL.

If the specified movie is a QTVR movie, parameter isVR is set to 1, otherwise it is set to 0.

Example

  `Find out if movie $movieRef is a VR movie
 
C_LONGINT($isVR)
 
$error:=QM_IsVRMovie ($movieRef;$isVR)
 

QMedia © Escape Information Services
Generated by QDoc 2.7 on Thu, Sep 25, 2003 18:50:06