Package org.videolan.libvlc.interfaces
Class IMediaList.Event
- java.lang.Object
-
- org.videolan.libvlc.interfaces.AbstractVLCEvent
-
- org.videolan.libvlc.interfaces.IMediaList.Event
-
- Enclosing interface:
- IMediaList
public static class IMediaList.Event extends AbstractVLCEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.videolan.libvlc.interfaces.AbstractVLCEvent
AbstractVLCEvent.Listener<T extends AbstractVLCEvent>
-
-
Field Summary
Fields Modifier and Type Field Description static intEndReachedintindexstatic intItemAddedstatic intItemDeletedIMediamediaIn case of ItemDeleted, the media will be already released.
-
-
-
Field Detail
-
ItemAdded
public static final int ItemAdded
- See Also:
- Constant Field Values
-
ItemDeleted
public static final int ItemDeleted
- See Also:
- Constant Field Values
-
EndReached
public static final int EndReached
- See Also:
- Constant Field Values
-
media
public final IMedia media
In case of ItemDeleted, the media will be already released. If it's released, cached attributes are still available (likeIMedia.getUri()}).
-
index
public final int index
-
-
Constructor Detail
-
Event
public Event(int type, IMedia media, boolean retain, int index)
-
-
Method Detail
-
release
public void release()
- Overrides:
releasein classAbstractVLCEvent
-
-