Search found 5 matches

Go to advanced search

by surf_uk
21 Oct 2009 15:11
Forum: VLC media player for Windows Troubleshooting
Topic: Rotate a video via activex in Visual Basic 6
Replies: 15
Views: 3707

Re: Rotate a video via activex in Visual Basic 6

I'm using a c# vlclib.dll wrapper and the options I send are: string[] args = {VlcDirectory, ":no-one-instance", ":no-loop", ":no-drop-late-frames", ":disable-screensaver", ":vout=direct3d", "--no-osd","--ignore-config","--qu...
by surf_uk
25 Nov 2008 10:18
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85155

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Don't take it personally I'm not the type of guy to flame anything - have changed my quote to: I'm glad I referenced your code in the marx' awesome thread, it seams it is THE vlc wrapper - awesomer! Sorry to marx if I did offend, his wrapper has helped me a lot as I posted on his thread. Just found ...
by surf_uk
24 Nov 2008 12:16
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85155

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

I'm glad I referenced your code in the marx' awesome thread, it seams it is THE vlc wrapper - awesomer! however I'm just getting back into developing my vlc player and only just getting chance to try your mighty wrapper. I have stumbled into a problem already, I don't have the "plugins\libd3dim...
by surf_uk
24 Oct 2008 11:30
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81758

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

All I want to do is get a ibvlc_MediaPlayerEndReached I made a rubbish work-around: //declare timer timer = new Timer(); timer.Interval = 500; timer.Tick += new EventHandler(TimerOnTick); timer.Enabled = true; //do something when ended void TimerOnTick(object obj, EventArgs ea) { Console.WriteLine(...
by surf_uk
23 Oct 2008 18:18
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81758

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

First thanks Marx for a great wrapper. I'm not sure wich version I have of the wrapper and are unable to register any events, have these been implememted? if so where are the new versions? I've spent the last few days building a C# wrapper to the new API. Anything that has been depreciated has been ...

Go to advanced search