Skip to content
Snippets Groups Projects
Commit 0aca42ea authored by Thomas Guillem's avatar Thomas Guillem
Browse files

LibVLC: Media: deprecate State.Buffering

parent edeb35dd
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ public class Media extends VLCObject<Media.Event> {
public static class State {
public static final int NothingSpecial = 0;
public static final int Opening = 1;
public static final int Buffering = 2;
/* deprecated public static final int Buffering = 2; */
public static final int Playing = 3;
public static final int Paused = 4;
public static final int Stopped = 5;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment