All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.std.movies.MoviePrePreroll
- public interface MoviePrePreroll
Object that implement this interface can be installed to a given movie and notified
by the MovieToolbox whenever the pre-preroll of a movie is completed.
-
execute(Movie, int)
- The execute method is called by the Movie toolbox when pre-preroll is completed
execute
public abstract void execute(Movie m,
int err)
- The execute method is called by the Movie toolbox when pre-preroll is completed
- Parameters:
- m - the Movie that has been pre-prerolled
- err - the moviePreRoll error code - or zero if no error in pre-preroll
- See Also:
- QTCallBack
All Packages Class Hierarchy This Package Previous Next Index