ltmmCaptureCtrl.UsingDVDecoder Example for Visual Basic

If ltmmCaptureCtrl1.UsingDVDecoder = True Then
   'you are using DV decoder. Tell the DV decoder to decode
   'to the biggest resolution so we get the full preview
   ltmmCaptureCtrl1.DVDecoderResolution = ltmmDVResolution_Full
End If