Page 1 of 1

Set Audio Default

Posted: 15 Jun 2017 19:25
by Bebbspoke
Hi Peoples; -

I seek to Set the Audio Default to a specific sound system... I find it most incovenient that whenever I open a video that the sound is absent as the Audio reverts to an unspecified Default whenever the VLC package is closed and reopened.

Thank you, Bebbspoke.

Re: Set Audio Default

Posted: 19 Jun 2017 23:23
by TexG
I to am having a similar issue. Im working in C# I have a MDI Child. For what ever reason when i add the AxVLCPlugin2 activex control on this form my program crashes. So what I did was add it in to code as a reference AxVLCPlugin2 tempVLC = new AxVLCPlugin2();. I set all my options for the VLC media Player in a function called SetVLCSettings. the only two setting I'm having problems with is the tempVLC.audio.track = anything 0,1,2,3....ect. The other issue setting is the tempVLC.Subtitle.track = anything 0,1,2,3....ect. Can anyone help out.

Thanks