QMedia
Movie preview, poster, and pict commands
|
|
| QM_GetPosterTime(movieRef; posterTime):error | |||
|
|
movieRef | Longint | Movie reference |
|
|
posterTime | Longint | Poster frame time |
|
|
error | Longint | Error result |
Returns the poster 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.
Parameter posterTime receives the point of the movie's poster frame and it is expressed in the movie's time scale.
Example
`Get the poster time of movie $movieRef C_LONGINT($posterTime) $error:=QM_GetPosterTime ($movieRef;$posterTime) |
Related commands
| QM_SetPosterTime | Sets 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. |