Estimating Export Time

Hi,

We’ve followed the Export sample code to export video and this works great, but we’d like to be able to estimate the duration of the exporting process similar to what appears in the Smart Client.

I’ve not been able to find anything thus far in the API, could anyone please point me in the right direction?

Thanks for your time.

I found that Smart Client does have a method to estimate the size of the export, but I also found that the method is not available when using the MIP SDK.

Hi Bo,

Thank you for at least having a look. I don’t suppose there is a way to get the estimated file size of the export?

I couldn’t see anything aside from progress exposed in the IExporter interface.

No, I found that there is no way to get an estimate of size or similar. You have the progress as you mention.

Ok, thanks for the help.