Previous | Up | Next |
Retrieve the length of the movie.Parameters
[I I] _QTGetMovieDuration ( QTMovie _movie_ )
Return value
_movie_ any movie
a tuple of integers. The first of the is the time value. It mesures the length of the movie in a number of time base. The second value represents the time base as a number of ticks per seconds. You can for exemple calculate the duration of the movie in number of seconds with this formula: (timevalue/timebase).