SelectMovieAlternates
The SelectMovieAlternates function allows your application to instruct the Movie Toolbox to select appropriate tracks immediately.
pascal void SelectMovieAlternates (Movie theMovie);
theMovie
- Specifies the movie for this operation. Your application obtains this movie identifier from such functions as
NewMovie, NewMovieFromFile, and NewMovieFromHandle (described on page 2-80, page 2-76, and page 2-78, respectively).
DESCRIPTION
You can call the SelectMovieAlternates function even if you have disabled automatic track selection with the SetAutoTrackAlternatesEnabled function (which is described in the next section) or by setting the newMovieDontAutoAlternate flag when you created the movie (see page 2-79 for details on this flag).
ERROR CODES
| invalidMovie | -2010 | This movie is corrupted or invalid |