Uses of Interface
uk.co.caprica.vlcj.player.base.MediaPlayerEventListener
Packages that use MediaPlayerEventListener
Package
Description
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
Provides higher-level components used to create basic media players with the minimum of application code.
Default implementations for commonly needed media media player conditional waiters used with the synchronous
programming framework.
-
Uses of MediaPlayerEventListener in uk.co.caprica.vlcj.player.base
Classes in uk.co.caprica.vlcj.player.base that implement MediaPlayerEventListenerModifier and TypeClassDescriptionclass
Default implementation of the media player event listener.class
Base implementation for a component that supports "one-shot" event listeners, i.e.class
Implementation of aOneShotMediaPlayerEventListener
that decrements aCountDownLatch
on completion.Methods in uk.co.caprica.vlcj.player.base with parameters of type MediaPlayerEventListenerModifier and TypeMethodDescriptionvoid
EventApi.addMediaPlayerEventListener
(MediaPlayerEventListener listener) Add a component to be notified of media player events.void
EventApi.removeMediaPlayerEventListener
(MediaPlayerEventListener listener) Remove a component that was previously interested in notifications of media player events. -
Uses of MediaPlayerEventListener in uk.co.caprica.vlcj.player.component
Classes in uk.co.caprica.vlcj.player.component that implement MediaPlayerEventListenerModifier and TypeClassDescriptionclass
Implementation of an audio list player.class
Implementation of an audio player.class
Implementation of a callback "direct-rendering" media list player.class
Base implementation of a callback "direct-rendering" media player.class
Implementation of a callback "direct-rendering" media player.class
Implementation of an embedded media list player.class
Implementation of an embedded media player. -
Uses of MediaPlayerEventListener in uk.co.caprica.vlcj.waiter.mediaplayer
Classes in uk.co.caprica.vlcj.waiter.mediaplayer that implement MediaPlayerEventListenerModifier and TypeClassDescriptionclass
Implementation of a condition that waits for the media player to report that the media length has changed.class
Base implementation for a conditional waiter for media player events.class
Implementation of a condition that waits for the media player to report that it is paused.class
Implementation of a condition that waits for the media player to report that it is playing.class
Implementation of a condition that waits for the media player to report that it has reached/passed a particular position.class
Implementation of a condition that waits for the media player to report that it is "ready".class
Implementation of a condition that waits for the media player to report that it has finished taking a snapshot.class
Implementation of a condition that waits for the media player to report that it has reached/passed a particular point in time (i.e.class
Implementation of a condition that waits for the media player to report that a video output has been created.