Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

no progress bar during flatten



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



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.