Uses of Class
quicktime.app.time.Tasking

Packages that use Tasking
quicktime.app.players   
quicktime.app.sg   
quicktime.app.time   
 

Uses of Tasking in quicktime.app.players
 

Subclasses of Tasking in quicktime.app.players
 class QTPlayer
          The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.
 

Uses of Tasking in quicktime.app.sg
 

Subclasses of Tasking in quicktime.app.sg
 class PresentationDrawer
           
 class SGDrawer
          This class presents the SequenceGrabber/SGChannel component as a Drawable object so that it can be displayed within the confines of the QTCanvas.
 

Uses of Tasking in quicktime.app.time
 

Subclasses of Tasking in quicktime.app.time
 class 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.