Package | Description |
---|---|
org.openimaj.video |
Modifier and Type | Class and Description |
---|---|
class |
VideoDisplayAdapter<T extends Image<?,T>>
An adapter for classes that want to listen to certain events that are
generated from a video display.
|
class |
VideoPlayer<T extends Image<?,T>>
This class is an extension of the
VideoDisplay class that provides
GUI elements for starting, stopping, pausing and rewinding video. |
Modifier and Type | Method and Description |
---|---|
void |
VideoDisplay.addVideoDisplayStateListener(VideoDisplayStateListener vdsl)
Add a listener for the state of this player.
|
void |
VideoDisplay.removeVideoDisplayStateListener(VideoDisplayStateListener vdsl)
Remove a listener from the state of this player
|