Package | Description |
---|---|
uk.co.caprica.vlcj.player.condition |
Synchronous programming framework.
|
uk.co.caprica.vlcj.player.condition.conditions |
Default implementations for commonly needed media player conditions used
with the synchronous programming framework.
|
Class and Description |
---|
Condition
Base implementation for a component that waits for specific media player state
to occur.
|
UnexpectedErrorConditionException
Exception thrown when a media player condition instance triggers in response
to an error.
|
UnexpectedFinishedConditionException
Exception thrown when a media player condition instance triggers in response
to the media finishing (reaching the end) unexpectedly.
|
Class and Description |
---|
Condition
Base implementation for a component that waits for specific media player state
to occur.
|
DefaultCondition
Default implementation of a media player condition that triggers if the media
player reports an error or unexpectedly reaches the end of the media.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.