' Having an ltmmConvert object, pConv:
Dim BitRate As Double
' get the estimate bit rate before conversion starts (theoretical)
BitRate = pConv.EstimateOutputBitRate ()
' After starting conversion, get the estimate output bit rate (estimate from actually written bytes)
BitRate = pConv.EstimateOutputBitRate()
' do something with the returned values.