ltmmConvertCtrl.UsingDVDecoder Example for Visual Basic
If ltmmConvertCtrl1.UsingDVDecoder = True Then
'you are using a DV decoder. Tell the DV decoder to decode
'to the biggest resolution so the converted video will be larger
ltmmConvertCtrl1.DVDecoderResolution = ltmmDVResolution_Full
End If