public static class IMediaList.Event extends AbstractVLCEvent
AbstractVLCEvent.Listener<T extends AbstractVLCEvent>
Modifier and Type | Field and Description |
---|---|
static int |
EndReached |
int |
index |
static int |
ItemAdded |
static int |
ItemDeleted |
IMedia |
media
In case of ItemDeleted, the media will be already released.
|
Constructor and Description |
---|
Event(int type,
IMedia media,
boolean retain,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
release() |
public static final int ItemAdded
public static final int ItemDeleted
public static final int EndReached
public final IMedia media
IMedia.getUri()
}).public final int index
public Event(int type, IMedia media, boolean retain, int index)
public void release()
release
in class AbstractVLCEvent