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_SetPosterTime Sets the movie's poster time.
QM_GetPosterTime Returns the movie's poster time.
QM_SetTrackUsage Specifies the track's usage in the movie.
QM_GetTrackUsage Returns the track's usage in the movie.

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