ltmmPlayCtrl.UsingDVDecoder Example for Visual Basic
If ltmmPlayCtrl1.UsingDVDecoder = True Then
‘ you are using DV decoder. Tell the DV decoder to decode
‘ to the biggest resolution
ltmmPlayCtrl1.DVDecoderResolution = ltmmDVResolution_Full
End If