Package | Description |
---|---|
uk.co.caprica.vlcj.component |
Provides higher-level components used to create basic media players with the
minimum of application code.
|
uk.co.caprica.vlcj.player.list |
Provides the classes necessary to create and control native media list
players.
|
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 | Class and Description |
---|---|
class |
AudioMediaListPlayerComponent
Encapsulation of an audio media list player.
|
class |
EmbeddedMediaListPlayerComponent
Encapsulation of an embedded media list player.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaListPlayerEventAdapter
Default implementation of the media player event listener.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaListPlayer.addMediaListPlayerEventListener(MediaListPlayerEventListener listener)
Add a component to be notified of media list player events.
|
void |
DefaultMediaListPlayer.addMediaListPlayerEventListener(MediaListPlayerEventListener listener) |
void |
MediaListPlayer.removeMediaListPlayerEventListener(MediaListPlayerEventListener listener)
Remove a component that was previously interested in notifications of media list player
events.
|
void |
DefaultMediaListPlayer.removeMediaListPlayerEventListener(MediaListPlayerEventListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
MediaListPlayerEvent.notify(MediaListPlayerEventListener listener)
Notify a listener of the event.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.