void BitRateEstimation(IltmfConvert *pConvert){long PossibleBitRate, ActualBitRate;// get the estimate bit rate before conversion starts (theoretical)pConvert->EstimateOutputBitRate(&PossibleBitRate);// start the conversionpConvert->StartConvert();// After starting conversion, get the estimate output bit rate (estimate from actually written bytes)pConvert->EstimateOutputBitRate(&ActualBitRate);// do something with the returned values.}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
