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 |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
uk.co.caprica.vlcj.player.condition |
Synchronous programming framework.
|
uk.co.caprica.vlcj.player.condition.conditions |
Default implementations for commonly needed media player conditions used
with the synchronous programming framework.
|
uk.co.caprica.vlcj.player.events |
A mechanism to encapsulate native media player events and dispatch
notifications to event listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioMediaListPlayerComponent
Encapsulation of an audio media list player.
|
class |
AudioMediaPlayerComponent
Encapsulation of an audio player.
|
class |
DirectAudioPlayerComponent
Encapsulation of a direct audio player.
|
class |
DirectMediaPlayerComponent
Encapsulation of a direct-rendering media player.
|
class |
EmbeddedMediaListPlayerComponent
Encapsulation of an embedded media list player.
|
class |
EmbeddedMediaPlayerComponent
Encapsulation of an embedded media player.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaPlayerEventAdapter
Default implementation of the media player event listener.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaPlayer.addMediaPlayerEventListener(MediaPlayerEventListener listener)
Add a component to be notified of media player events.
|
void |
DefaultMediaPlayer.addMediaPlayerEventListener(MediaPlayerEventListener listener) |
void |
MediaPlayer.removeMediaPlayerEventListener(MediaPlayerEventListener listener)
Remove a component that was previously interested in notifications of media player events.
|
void |
DefaultMediaPlayer.removeMediaPlayerEventListener(MediaPlayerEventListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
Condition<T>
Base implementation for a component that waits for specific media player state
to occur.
|
class |
DefaultCondition<T>
Default implementation of a media player condition that triggers if the media
player reports an error or unexpectedly reaches the end of the media.
|
Modifier and Type | Class and Description |
---|---|
class |
LengthChangedCondition
Implementation of a condition that waits for the media player to report that
the media length has changed.
|
class |
ParsedCondition
Implementation of a condition that waits for the media player to report that
media has been parsed.
|
class |
PausedCondition
Implementation of a condition that waits for the media player to report that
it is paused.
|
class |
PlayingCondition
Implementation of a condition that waits for the media player to report that
it is playing.
|
class |
PositionReachedCondition
Implementation of a condition that waits for the media player to report that
it has reached/passed a particular position.
|
class |
SnapshotTakenCondition
Implementation of a condition that waits for the media player to report that
it has finished taking a snapshot.
|
class |
TimeReachedCondition
Implementation of a condition that waits for the media player to report that
it has reached/passed a particular point in time.
|
class |
VideoOutputCreatedCondition
Implementation of a condition that waits for the media player to report that
a video output has been created.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaPlayerEvent.notify(MediaPlayerEventListener listener)
Notify a listener of the event.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.