Hi,
I don't get a progress bar when I flatten, but I do when I convertToFile.
Is there something different about setting the progress proc for flatten?
Is it that flatten takes much less time than convert, so the progress bar
never pops up?
Thanks,
Ron
newMovie.setProgressProc();
newMovie.flatten(StdQTConstants.flattenAddMovieToDataFork |
StdQTConstants.flattenForceMovieResourceBeforeMovieData,
newFile,
StdQTConstants.kMoviePlayer,
IOConstants.smSystemScript,
StdQTConstants.createMovieFileDeleteCurFile |
StdQTConstants.createMovieFileDontCreateResFile,
StdQTConstants.movieInDataForkResID,
null);
movie.setProgressProc();
movie.convertToFile (null,
newFile,
StdQTConstants.kQTFileTypeMovie,
StdQTConstants.kMoviePlayer,
IOConstants.smSystemScript,
StdQTConstants.movieToFileOnlyExport |
StdQTConstants.movieFileSpecValid, // flags
null);
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-java mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-java/email@hidden
This email sent to email@hidden