Search found 3 matches

Go to advanced search

by arogan
28 Oct 2008 23:26
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81720

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

I tried the meedios one and it worked fine. I'm having trouble finding some missing functionality. Specifically, I'm looking for the setVariable functions of old so I can send the hotkey presses to vlc (I used it for dvd navigation and other things). basically I'm looking for something equivalent t...
by arogan
28 Oct 2008 20:38
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81720

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 arogan
17 Dec 2007 03:19
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 77947

Re: Usage of libvlc.dll in C#

Is there any way to get/set the current title using libvlc? I'm talking about when you are playing a dvd iso I need to be able to get/set the current dvd title #.

Go to advanced search