I am using the Quicktime COM API via C#, and I need to use the
QTExporter to export a movie file. I would like to provide my own
progress dialog to the user, rather than using the built-in progress
dialog.
Contrary to what the name would seem to indicate, the
QTExporter.BeginExport method blocks for the duration of the export
process. Even when I try running it in a background thread (using the
System.ComponentModel.BackgroundWorker object), the UI remains
unresponsive during the export process. Is there a way to prevent
this? My code is as follows:
Thanks,
-Jonathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden