Uses of Class
uk.co.caprica.vlcj.waiter.mediaplayer.MediaPlayerWaiter

Packages that use MediaPlayerWaiter
Package
Description
Default implementations for commonly needed media media player conditional waiters used with the synchronous programming framework.
  • Uses of MediaPlayerWaiter 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 
    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.