Class Summary |
TaskAllMovies |
QuickTime's MoviesTask call can be called in two ways.
It can be called on a specific movie - this is what the MoviePlayer.task method
does (and Movie.task)
It can be called to service all active TimeBases and Movies in a single call. |
Tasking |
This class implements most of the methods of the Taskable interface,
providing an application a default implementation of this. |
TaskThread |
The TaskThread class maintains a table of Taskable objects that will periodically
have their task method called. |
Timer |
This class provides timing services for either a subclass or a target object that
implements the Ticklish interface. |