Cheers for all involved in the development of VLC.
VLC is such a great player and my favourite one.
I have an application (C# .net)using VLC Player, But im not able to create a playlist,
Code: Select all
vlc.addTarget(@"E:\test\1.vob", null, AXVLC.VLCPlaylistMode.VLCPlayListInsertAndGo, 0);
vlc.addTarget(@"E:\test\2.vob", null, AXVLC.VLCPlaylistMode.VLCPlayListInsert, 1);
vlc.play();
Any help would be greatly appreciated
Thanks
VLC 1.1.4