QMedia Movie preview, poster, and pict commands

QM_GetPosterPict

QM_GetPosterPict(movieRef; posterPict):error
movieRef Longint Movie reference
posterPict Picture Poster picture
error Longint Error result

Returns a picture that contains the poster 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.

Parameter posterPict receives the movie's poster.

Example

  `Get the poster pict of movie $movieRef
 
C_PICTURE($posterPict)
 
$error:=QM_GetPosterPict ($movieRef;$posterPict)
 

Related commands

QM_GetMoviePict Creates and returns a picture from a movie.
QM_GetPosterTime Returns the movie's poster time.

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