Interface | Description |
---|---|
VideoDisplayListener<T extends Image<?,T>> |
An interface descibing a event listener that
gets fired as a video frame is displayed.
|
VideoDisplayStateListener |
A listener interface for objects that want to know about the state
of a video display.
|
VideoPositionListener |
This interface is used for objects that wish to be informed of particular
important playback positions within a video playback.
|
Class | Description |
---|---|
AnimatedVideo<I extends Image<?,I>> |
A basic abstract implementation of a video that displays an image and
provides double-buffering
|
ArrayBackedVideo<T extends Image<?,T>> |
A video from an array of frames
|
FileBackedVideo<T extends Image<?,T>> |
A video backed by a image files on disk.
|
FImageFileBackedVideo |
A video backed by a image files on disk.
|
MBFImageFileBackedVideo |
A video backed by a image files on disk.
|
Video<T extends Image<?,T>> |
Abstract base class for videos.
|
VideoCache<I extends Image<?,I>> |
This class represents a cache of video material.
|
VideoDisplay<T extends Image<?,T>> |
Basic class for displaying videos.
|
VideoDisplayAdapter<T extends Image<?,T>> |
An adapter for classes that want to listen to certain events that are
generated from a video display.
|
VideoFrame<T extends Image<?,T>> |
This is a helper class that is able to wrap an image, its timecode and
other information related to video.
|
VideoIterator<T extends Image<?,T>> | |
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. |
VideoSubFrame<T extends Image<?,T>> |
A
VideoFrame with a subwindow defined |
VideoWriter<T extends Image<?,T>> |
An abstract class which classes can override to provide
video writing capabilities.
|
Enum | Description |
---|---|
VideoDisplay.EndAction |
An enumerator for what to do when the video reaches the end.
|
VideoDisplay.Mode |
Enumerator to represent the state of the player.
|