MCCut
TheMCCutfunction returns a copy of the current movie selection from the movie associated with a specified controller and then removes the current movie selection from the source movie. Your application is responsible for the returned movie. If you want to allow the user to paste the movie selection, use the Movie Toolbox'sPutMovieOnScrapfunction to place the movie selection onto the scrap. Be sure to dispose of the movie afterward, using the Movie Toolbox'sDisposeMoviefunction.
pascal Movie MCCut (MovieController mc);
mc- Specifies the movie controller for the operation. You obtain this identifier from the Component Manager's
OpenComponentorOpenDefaultComponentfunction, or from theNewMovieControllerfunction (described on page 2-28).DESCRIPTION
TheMCCutfunction returns a movie containing the current selection from the movie associated with the specified controller. If the user has not made a selection, the returned movie reference is set tonil.SEE ALSO
TheMCCutfunction is analogous to the Movie Toolbox'sCutMovieSelectionfunction.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help