QMedia
![]() |
![]() ![]() |
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. |