Movie Posters and Movie Previews

A QuickTime movie may contain a preview and a poster:

The following Movie Toolbox functions allow your application to work with movie previews and movie posters:

Controlling Movie Playback of Previews

This section describes a number of high-level functions provided by the Movie Toolbox that allow your application to play movies. For information about how to control a movie’s playback rate, see Controlling Movie Time.

You can use the StartMovie and StopMovie functions to start and stop movies.

The Movie Toolbox provides functions that can be used to control your position within a movie. You can use two functions, GoToBeginningOfMovie and GoToEndOfMovie, to set the position at either the beginning or the end of a movie. These functions are described in this section. Functions that work with time bases, such as SetMovieTimeValue and GetMovieTimeScale, can be used to control the current position anywhere within a movie.

Controlling Movie Time

Every QuickTime movie has its own time base. A movie’s time base allows all the tracks that make up the movie to be synchronized when the movie is played. The Movie Toolbox provides a number of functions that allow your application to determine and establish the time parameters of a movie: