Page 1 of 1

.Net_Interface_to_VLC

Posted: 23 Jan 2009 09:50
by elund
Hi!

I am coding a C# windows forms application by using http://wiki.videolan.org/.Net_Interface_to_VLC

But I have a problem with external playlist_Clear() function. It does not clear the playlist.

Somewhere on the Internet I have read that it might be caused by when AutoPlay is set to true and MRL set to URL.

Can anybody con firm this? And how do I set these properties?

Best regards, Elund

Re: .Net_Interface_to_VLC

Posted: 23 Jan 2009 09:51
by Jean-Baptiste Kempf
Maybe you should use the Interop One.

Re: .Net_Interface_to_VLC

Posted: 26 Jan 2009 11:59
by elund
The external playlist_Clear() function did actually clear the playlist.
The property PlaylistCount is zero after a call to playlist_Clear();

The thing that confused me is that playlist_AddExt() keeps counting up the id of the playlist item.
I would have expected that the id of the playlist was reset to zero after a call to playlist_Clear().

So my next question is, if it is possible to reset the id of the playlist item?

Thanks in advance, Elund