Commit 9b25c181 authored by Filippo Carone's avatar Filippo Carone

deprecate playlist

parent 4cd4ecc8
......@@ -34,6 +34,10 @@ import org.videolan.jvlc.internal.LibVlc.LibVlcInstance;
import org.videolan.jvlc.internal.LibVlc.LibVlcMediaInstance;
import org.videolan.jvlc.internal.LibVlc.libvlc_exception_t;
/**
* The playlist is deprecated and will be removed. Use MediaList and MediaListPlayer instead.
*/
@Deprecated
public class Playlist {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment