| Q  How do I determine the correct time values to pass to GetMoviePictto get all
the sequential frames of a QuickTime movie?
 A  The best way to determine the correct time to pass to get movie frames is to
call the
 GetMovieNextInterestingTimeroutine repeatedly. Note that the first
time you callGetMovieNextInterestingTime, itsflagsparameter should have a
value ofnextTimeMediaSample+nextTimeEdgeOKto get the first frame.For subsequent calls, the value of flagsshould benextTimeMediaSample, 
and thewhichMediaTypesparameter should include only tracks with visual
information,VisualMediaCharacteristic, or "eyes." Check the Movie Toolbox
chapter of the QuickTime documentation for details about theGetMovieNextInterestingTimecall. [May 01 1995] |