public static class MediaList.Event
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
org.videolan.libvlc.VLCEvent.Listener<T extends org.videolan.libvlc.VLCEvent>
Listener for libvlc events
|
Modifier and Type | Field and Description |
---|---|
static int |
EndReached |
int |
index |
static int |
ItemAdded |
static int |
ItemDeleted |
Media |
media
The media can be already released.
|
int |
type |
Modifier | Constructor and Description |
---|---|
protected |
MediaList.Event(int type,
Media media,
int index) |
public static final int ItemAdded
public static final int ItemDeleted
public static final int EndReached
public final Media media
VLCObject.retain()
and check the return value
before calling media native methods.public final int index
public final int type
protected MediaList.Event(int type, Media media, int index)