Search found 1 match

Go to advanced search

by luesak
24 Sep 2008 09:23
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 92722

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

Good job done here. One thing I found that was a problem for me working with non-english/unicode/UTF-8 filenames is that VLC wouldn't play the file. To solve this problem... we need to modify the type of the filename string as shown below. [DllImport("libvlc")] private static extern VLCMed...

Go to advanced search