public static class MediaDiscoverer.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 |
Ended |
static int |
Started |
int |
type |
| Modifier | Constructor and Description |
|---|---|
protected |
MediaDiscoverer.Event(int type) |
public static final int Started
public static final int Ended
public final int type
protected final long arg1
protected final float arg2