Hi all, i am developing an app in VB.NET with AxVLCPlugin. And i am trying to change the output of the sound (for example if the default output is speakers, i wanna select programmaticaly hdmi)
how can i do this?
Code: Select all
var options = "--aout=directsound --directx-audio-device=Name-of-your-HDMI-device";
vlc.playlist.add("file:///c:/path/to/your/file", "", options);
vlc.playlist.play();
Users browsing this forum: No registered users and 17 guests