quicktime.std.movies
Interface 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.
Method Summary |
void |
execute(Movie m,
int err)
The execute method is called by the Movie toolbox when pre-preroll is completed |
execute
public 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-prerollederr
- the moviePreRoll error code - or zero if no error in pre-preroll- See Also:
QTCallBack