ltmmCaptureCtrl.EstimateOutputSize Example for Visual Basic

' Having an ltmmCapture object, pCap:

Dim Size As Double

 ' After starting capture, get the expected output size for a capture of 5 seconds 
Size = pCap.EstimateOutputSize (5.0)
' do something with the returned value.