Disabling Movies and Tracks
The Movie Toolbox services only movies and tracks that are active. This section describes functions that allow your application to enable and disable tracks and movies.You can use the
SetMovieActivefunction to activate and deactivate a movie. Use theGetMovieActivefunction to determine whether a movie is active.Similarly, your application can use the
SetTrackEnabledfunction to enable and disable a track. Use theGetTrackEnabledfunction to determine whether a track is enabled. The Movie Toolbox also allows you to assign alternate tracks based on language or quality criteria. Functions that work with alternate tracks are discussed in "Working With Alternate Tracks" beginning on page 2-191.
Subtopics
- SetMovieActive
- GetMovieActive
- SetTrackEnabled
- GetTrackEnabled