Page 1 of 1

audio bar

Posted: 12 Oct 2011 21:53
by tripodhipole
how can i enable the audio graph in my vlc plugin,, im using VB.NET to develop a mosaic application.
the audio graph is working on my vlc player after changing some settings. but i dont knw how to setup the same settings on my vlc plugin through vb.net. i have tried using string arrays into the the 'add target' method's options.. but no luck.. can anyone help me out???????????????? :(

Re: audio bar

Posted: 14 Oct 2011 20:09
by tripodhipole
dose any body have a solution to this problem.. i need to have a audio graph soon.. i have done everything i came up with.. im really stuck here..
Atleast anybody can give me a sample code in vb.net how to set options in my code. my code is like this:
myvlcplayer.addtarget(filename,options,playlistmode,-666)
i supose the options is where i should put additional options to my vlc plugin.. but i dont knw how to do it..