Page 1 of 1

VB6 - equalizer

Posted: 05 Jan 2008 15:28
by luca.decarlo
can I read and set equalizer value of vlc from vb6?

How it works?

Thank you

Luca

Re: VB6 - equalizer

Posted: 07 Jan 2008 14:44
by luca.decarlo
I try to use the command:

VLCPlugin1.getVariable("equalizer-bands")

and

VLCPlugin1.setVariable "equalizer-bands", varValue

but i receive only errors, perhaps the command is not correct!

Luca