Uses of Class
uk.co.caprica.vlcj.waiter.Waiter
Packages that use Waiter
Package
Description
Default implementations for commonly needed media conditional waiters used with the synchronous programming
framework.
Default implementations for commonly needed media media player conditional waiters used with the synchronous
programming framework.
-
Uses of Waiter in uk.co.caprica.vlcj.waiter.media
Subclasses of Waiter in uk.co.caprica.vlcj.waiter.mediaModifier and TypeClassDescriptionclassMediaWaiter<R>Base implementation for a conditional waiter for media events.classImplementation of a condition that waits for the media player to report that media has been parsed successfully.classImplementation of a condition that waits for the media player to report that a thumbnail picture has been generated successfully. -
Uses of Waiter in uk.co.caprica.vlcj.waiter.mediaplayer
Subclasses of Waiter in uk.co.caprica.vlcj.waiter.mediaplayerModifier 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.