Creating Tracks and Media Structures
The Movie Toolbox provides several functions that allow your application to create new movie tracks and media structures and to dispose of existing tracks and media structures. You use these functions when you are creating a new movie or when you are editing an existing movie.You can use the
NewMovieTrackfunction to create a new track for a specified movie. Conversely, you can use theDisposeMovieTrackfunction to dispose of an existing track.Your application can create a new media for a track by calling the
NewTrackMediafunction. You can use theDisposeTrackMediafunction to dispose of an existing media.
Subtopics
- NewMovieTrack
- DisposeMovieTrack
- NewTrackMedia
- DisposeTrackMedia