public static class Media.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 |
|---|---|
protected long |
arg1 |
protected float |
arg2 |
static int |
DurationChanged |
static int |
MetaChanged |
static int |
ParsedChanged |
static int |
StateChanged |
static int |
SubItemAdded |
static int |
SubItemTreeAdded |
int |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
Media.Event(int type) |
protected |
Media.Event(int type,
long arg1) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMetaId() |
int |
getParsedStatus()
Get the ParsedStatus in case of
ParsedChanged event |
public static final int MetaChanged
public static final int SubItemAdded
public static final int DurationChanged
public static final int ParsedChanged
public static final int StateChanged
public static final int SubItemTreeAdded
public final int type
protected final long arg1
protected final float arg2
protected Media.Event(int type)
protected Media.Event(int type,
long arg1)
public int getMetaId()
public int getParsedStatus()
ParsedChanged eventMedia.ParsedStatus