quicktime.std.movies
Interface ExecutingWiredAction
- public interface ExecutingWiredAction
Classes that implement this interface can be installed into a given movie and
receive notification when their wired actions are executed
Method Summary |
short |
execute(Movie mov,
int flags,
AtomContainer actionContainer)
The exceute method is called by the Movie toolbox when a wired action is executed |
execute
public short execute(Movie mov,
int flags,
AtomContainer actionContainer)
- The exceute method is called by the Movie toolbox when a wired action is executed
- Parameters:
mov
- the Movie that contains the wired actionsflags
- the flags of the movie specifying execution settingsactionContainer
- the container encapuslating the wired actions- See Also:
Movie.addExecuteWiredActionsProc(ExecutingWiredAction)