Package | Description |
---|---|
org.openimaj.content.slideshow | |
org.openimaj.video |
Constructor and Description |
---|
AudioVideoSlide(URL url,
VideoDisplay.EndAction endAction)
Construct with the given video and
VideoDisplay.EndAction |
VideoSlide(URL video,
Jama.Matrix transform,
VideoDisplay.EndAction endAction)
Default constructor.
|
VideoSlide(URL video,
URL background,
Jama.Matrix transform,
VideoDisplay.EndAction endAction)
Default constructor.
|
VideoSlide(URL video,
URL background,
VideoDisplay.EndAction endAction)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
static VideoDisplay.EndAction |
VideoDisplay.EndAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoDisplay.EndAction[] |
VideoDisplay.EndAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
VideoDisplay.processEndAction(VideoDisplay.EndAction e)
Process the end of the video action.
|
void |
VideoDisplay.setEndAction(VideoDisplay.EndAction action)
Set the action to occur when the video reaches its end.
|