and then with each new movie I Add a new exporter:
QTQuickTime qt = axQTControl1.QuickTime;
if (qt.Exporters.Count == 0)
{
qt.Exporters.Add();
}
QTExporter ex = qt.Exporters[1];
The problem is that I am looking at the task manager and I see that the
memory usage increases a few megabytes for each movie that I export. So, is
removing the exporter after conversion a good idea? Or is there a way to
dispose it or release its resources?
_______________________________________________
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