I am doing a small project in VB, Everythin is working, but I cant change :dshow, it is using my "default" device.
here is my code
AxVLCPlugin1.addTarget("dshow:// :dshow-vdev=""Logitech QuickCam Pro 3000"" :dshow-a dev=""USB Audio Interface"" :dshow-size=""640x480"" :dshow-caching=200 :dshow-chroma="""" :dshow-fps=29.970000 :no-dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1 ", vlc_cmd, AXVLC.VLCPlaylistMode.VLCPlayListAppend, 0)
vlc_cmd = the :sout string
I can put all this code directly in the command line and it works, but not in VB