Previous Up Next

_QTForwardOneFrame
This function permits to advance in the movie's time line on a frame by frame basis. It will pause the movies playback as soon as it is called.

QTMovie _QTForwardOneFrame (
QTMovie _movie_
I _flag_
)
Parameters

_movie_
any movie
_flag_
flag :
0 Searches for the next sample in the movie's media. Set this flag to 1 to search for the next sample
1 Searches for the next sync sample in the movie's media. Set this flag to 1 to search for the next sync sample.
Return value

same movie (nil if an error occured)