Search found 2 matches

Go to advanced search

by knuckels23
27 Jul 2007 16:36
Forum: VLC media player for Windows Troubleshooting
Topic: Changing VLC 0.86c brightness,hue,contrast in .Net
Replies: 2
Views: 661

Changing VLC 0.86c brightness,hue,contrast in .Net

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 :cry:...
by knuckels23
26 Jul 2007 13:58
Forum: VLC media player for Windows Troubleshooting
Topic: VLC .NET Detecting movie end
Replies: 2
Views: 566

Re: VLC .NET Detecting movie end

Hi Marc, I am also working on the VLC .Net Interface. I guess, the available enum are these... public enum PlayerState { None = 0, Playing = 1, Paused = 2, } So i belive, the best that you use is VLanControl.PlayerState.Playing :D Hey, I have a problem too, :oops: I have also created the DLL, After ...

Go to advanced search