MCIdle
TheMCIdlefunction performs idle processing for a movie controller. This idle processing includes calling the Movie Toolbox'sMoviesTaskfunction for each movie that is associated with the controller. Your application should call theMCIdlefunction as often as possible, in order to ensure consistent movie play behavior.
pascal ComponentResult MCIdle (MovieController mc);
mc- Specifies the movie controller for the operation. You obtain this
identifier from the Component Manager'sOpenComponentorOpenDefaultComponentfunction, or from theNewMovieControllerfunction (described on page 2-28).DESCRIPTION
TheMCIdlefunction returns a value indicating whether it handled the event. The function sets the returned value to 1 if it handles the event. The function sets the returned value to 0 if it does not handle the event. In this case, your application is responsible for the event.