Module uk.co.caprica.vlcj
Package uk.co.caprica.vlcj.waiter
package uk.co.caprica.vlcj.waiter
Synchronous programming framework.
Ordinarily media player programming requires an asynchronous approach, this small framework makes it easier to use a synchronous approach instead.
Most applications are not expected to use this synchronous approach, but there are some use-cases where it can be convenient.
-
ClassDescriptionException thrown when a media player condition instance triggers aborts by returning
false
in anException thrown when a media player condition instance triggers in response to an error.Exception thrown when a media player condition instance triggers in response to the media finishing (reaching the end) unexpectedly before the conditional wait is satisfied.Waiter<C,R> Base implementation for a component that waits for specific component state to occur.