Package | Description |
---|---|
uk.co.caprica.vlcj.player.list.events |
A mechanism to encapsulate native media list player events and dispatch
notifications to event listeners.
|
Modifier and Type | Method and Description |
---|---|
static MediaListPlayerEventType |
MediaListPlayerEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaListPlayerEventType[] |
MediaListPlayerEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
MediaListPlayerEventType.events(MediaListPlayerEventType... types)
Get a bit-mask for one or more event types.
|
static int |
MediaListPlayerEventType.notEvents(MediaListPlayerEventType... types)
Get an inverse bit-mask for one or more event types.
|
static boolean |
MediaListPlayerEventType.notSet(int value,
MediaListPlayerEventType type)
Test whether or not a media player event type is set in a bit-mask.
|
static boolean |
MediaListPlayerEventType.set(int value,
MediaListPlayerEventType type)
Test whether or not a media player event type is set in a bit-mask.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.