Hi,
I am using the .Net interface provided by Tappen.
I need to control the brightness, contrast,hue in the code.
I belive that the following lines of code should do it....
this.vlc.AllowVideoAdjustments = true;
this.vlc.Brightness = 10;
But there is no change in the playing video's brightness
Am i using it correctly or am I missing any thing...
Are there any other alternatives to this...
Thanks in advance
cheers
Paul