Search found 2 matches

Go to advanced search

by ivhorn
12 May 2009 15:17
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 139741

Re: libvlcnet - .NET library based on libvlc

It's exactly what I did: I added a Reinitialize method, as you can see below public void ReInitialize(string[] options) { // VLC objects initialization mediaLibraryFactory = new VlcMediaLibraryFactory(options); player = mediaLibraryFactory.CreatePlayer(new PlayerOutput(vlcWindowControl.Window)); // ...
by ivhorn
08 May 2009 10:26
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 139741

Re: libvlcnet - .NET library based on libvlc

Hi elwood, I'm making a mediacenter application and started using your wrapper to integrate vlc player in a windows form control, inside a wpf window. Compared to some other wrappers I've found more stability and more functionalities working, but I think it lacks in the possibility to start playback...

Go to advanced search