Movie Posters and Movie Previews
A QuickTime movie may contain a preview and a poster. A movie preview is a very short version of a movie, typically less than five seconds in duration. The preview is intended to give the user an idea of a movie's contents.A movie poster is a still frame representing the movie.
This section describes the Movie Toolbox functions that allow your application to work with movie previews and movie posters.
Use the
PlayMoviePreviewfunction to display a movie's preview. ThePlayMoviePreviewfunction sets the movie into preview mode, plays the movie preview, sets the movie back to normal playback mode, and returns to your application.Alternatively, your application can control the playback of a movie's preview. Use the
SetMoviePreviewModefunction to place a movie into preview mode. You can then use theStartMovieandStopMoviefunctions to control movie playback--these functions are described on page 2-98 and page 2-99, respectively. Your application can find out if a movie is in preview mode by calling theGetMoviePreviewModefunction.Your application can specify the starting time and duration of the movie preview with the
SetMoviePreviewTimeandGetMoviePreviewTimefunctions.Use the
ShowMoviePosterfunction to display a movie's poster. You can work with the poster's boundary rectangle using theSetPosterBoxandGetPosterBoxfunctions. Your application can work with the starting time of the poster with theSetMoviePosterTimeandGetMoviePosterTimefunctions. Posters always have no duration.Tracks may be specified for use in the movie, its preview, its poster, or any combination of the three. So, for example, when the Movie Toolbox plays the movie preview it uses only those tracks that are assigned to the preview. Your application controls the use of a movie's tracks with the
SetTrackUsagefunction. You can find out how a track is used by calling theGetTrackUsagefunction.
Subtopics
- SetTrackUsage
- GetTrackUsage
- ShowMoviePoster
- SetPosterBox
- GetPosterBox
- SetMoviePosterTime
- GetMoviePosterTime
- PlayMoviePreview
- SetMoviePreviewMode
- GetMoviePreviewMode
- SetMoviePreviewTime
- GetMoviePreviewTime