DisposeTrackEditState
TheDisposeTrackEditStatefunction disposes of a track edit state. Your application must dispose of any edit states you create. You create an edit state by calling theNewTrackEditStatefunction, which is discussed on page 2-252.
- Note
- You must dispose of a movie's track edit states before you dispose
of the track or the movie.
pascal OSErr DisposeTrackEditState (TrackEditState state);
state- Specifies the edit state for this operation. Your application obtains this edit state identifier when you create the edit state by calling the
NewTrackEditStatefunction (described on page 2-252).ERROR CODES
invalidTrack -2009 This track is corrupted or invalid invalidEditState -2023 This edit state is invalid staleEditState -2025 Movie or track has been disposed
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help