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

LibVLC Media: add Parse.DoInteract flag

parent 805d6eb0
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ public class Media extends VLCObject<Media.Event> {
public static final int ParseNetwork = 0x01;
public static final int FetchLocal = 0x02;
public static final int FetchNetwork = 0x04;
public static final int DoInteract = 0x08;
}
/**
......
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