Uses of Class
quicktime.std.qtcomponents.MovieExporter

Packages that use MovieExporter
quicktime.std.movies   
 

Uses of MovieExporter in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type MovieExporter
static AtomContainer AtomContainer.fromMovieExporter(MovieExporter me)
          Retrieves the current settings from the movie export component..
 QTHandle Movie.putIntoTypedHandle(Track targetTrack, int handleType, int start, int dur, int flags, MovieExporter userComp)
          This method takes a movie (or a single track from within that movie) and converts it into a handle of a specified type.
 int Movie.convertToFile(Track onlyTrack, QTFile outputFile, int fileType, int creator, int scriptTag, int flags, MovieExporter userComp)
          This method converts this movie into a specified file and type.