-
public class IMedia.Event extends AbstractVLCEvent
-
-
Field Summary
Fields Modifier and Type Field Description public final static intMetaChangedpublic final static intSubItemAddedpublic final static intDurationChangedpublic final static intParsedChangedpublic final static intStateChangedpublic final static intSubItemTreeAdded
-
Constructor Summary
Constructors Constructor Description IMedia.Event(int type)IMedia.Event(int type, long arg1)
-
Method Summary
Modifier and Type Method Description intgetMetaId()intgetParsedStatus()Get the ParsedStatus in case of ParsedChanged event -
-
Method Detail
-
getMetaId
int getMetaId()
-
getParsedStatus
int getParsedStatus()
Get the ParsedStatus in case of ParsedChanged event
-
-
-
-