Previous Up Next

_QTSetMovieTime
This function makes the movies current time jump to another location. It doesn't stop the play back but there may be some time needed by quicktime to resync the streaming or the movie playback. This functionality may not be suported on streamed media and produce no effect.

QTMovie _QTSetMovieTime (
QTMovie _movie_
I _time_
)
Parameters

_movie_
any movie
_time_
The time value is expressed in function of the time base. You can retrieve the time base by calling _QTGetMovieTime.
Return value

same movie object or nil if an error occured