IltmmConvert::EstimateOutputSize Example for C

void IltmmConvert_EstimateOutputSize_Example (IltmmConvert* pConvert) 
{ 
   double Size; 
 
   /* After starting conversion, get the expected output file size */ 
   IltmmConvert_EstimateOutputSize(pConvert, -1, &Size);  
  
   /* do something with the returned value.*/ 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help