Uses of Class
uk.co.caprica.vlcj.player.base.MediaPlayerEventAdapter
Packages that use MediaPlayerEventAdapter
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.
-
Uses of MediaPlayerEventAdapter in uk.co.caprica.vlcj.player.base
Subclasses of MediaPlayerEventAdapter in uk.co.caprica.vlcj.player.baseModifier and TypeClassDescriptionclass
Base implementation for a component that supports "one-shot" event listeners, i.e.class
Implementation of aOneShotMediaPlayerEventListener
that decrements aCountDownLatch
on completion.