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 TypeClassDescriptionclassDefault implementation of the media player event listener.classBase implementation for a component that supports "one-shot" event listeners, i.e.classImplementation of aOneShotMediaPlayerEventListenerthat decrements aCountDownLatchon completion.Methods in uk.co.caprica.vlcj.player.base with parameters of type MediaPlayerEventListenerModifier and TypeMethodDescriptionvoidEventApi.addMediaPlayerEventListener(MediaPlayerEventListener listener) Add a component to be notified of media player events.voidEventApi.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 TypeClassDescriptionclassImplementation of an audio list player.classImplementation of an audio player.classImplementation of a callback "direct-rendering" media list player.classBase implementation of a callback "direct-rendering" media player.classImplementation of a callback "direct-rendering" media player.classImplementation of an embedded media list player.classImplementation 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 TypeClassDescriptionclassImplementation of a condition that waits for the media player to report that the media length has changed.classBase implementation for a conditional waiter for media player events.classImplementation of a condition that waits for the media player to report that it is paused.classImplementation of a condition that waits for the media player to report that it is playing.classImplementation of a condition that waits for the media player to report that it has reached/passed a particular position.classImplementation of a condition that waits for the media player to report that it is "ready".classImplementation of a condition that waits for the media player to report that it has finished taking a snapshot.classImplementation of a condition that waits for the media player to report that it has reached/passed a particular point in time (i.e.classImplementation of a condition that waits for the media player to report that a video output has been created.