Uses of Interface
quicktime.std.movies.MovieProgress

Packages that use MovieProgress
quicktime.io   
quicktime.std.movies   
quicktime.std.qtcomponents   
 

Uses of MovieProgress in quicktime.io
 

Methods in quicktime.io with parameters of type MovieProgress
 void QTFile.convertToMovieFile(QTFile outputFile, int fCreator, int flags, MovieImporter mic, MovieProgress mp)
          This method takes a specified file and converts it to a movie file.
 

Uses of MovieProgress in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type MovieProgress
 void Movie.setProgressProc(MovieProgress mp)
          This method allows you to attach a progress function to a movie.
 

Uses of MovieProgress in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents with parameters of type MovieProgress
 void MovieImporter.setProgressProc(MovieProgress mp)
          This method establishes a MovieProgress object for the MovieImporter that will be called for you by the Movie Toolbox whenever it has to do a lengthy movie import process with this MovieImporter

QuickTime::MovieImportSetProgressProc

 void MovieExporter.setProgressProc(MovieProgress mp)
          This method establishes a MovieProgress object for the MovieExporter that will be called for you by the Movie Toolbox whenever it has to do a lengthy movie export process with this MovieExporter

QuickTime::MovieExportSetProgressProc