QMedia Movie properties commands

QM_GetMovieCreationTime

QM_GetMovieCreationTime(movieRef; creDate; creTime):error
movieRef Longint Movie reference
creDate Date Movie creation date
creTime Time Movie creation time
error Longint Error result

Returns the creation date and time of a movie.

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.

Parameters creDate and creTime receive the movie's creation date and time respectively.

Example

  `Get the creation time of movie $movieRef
 
C_DATE($creDate)
C_TIME($creTime)
 
$error:=QM_GetMovieCreationTime ($movieRef;$creDate;$creTime)
 

Related commands

QM_GetMovieModificationTime Returns the movie's modification date and time.

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