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

    Modifier and Type
    Class
    Description
    class 
    Base implementation for a conditional waiter for media events.
    class 
    Implementation of a condition that waits for the media player to report that media has been parsed successfully.
    class 
    Implementation 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

    Modifier and Type
    Class
    Description
    class 
    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.