Package | Description |
---|---|
org.openimaj.video |
Modifier and Type | Method and Description |
---|---|
protected VideoDisplay.Mode |
VideoDisplay.getMode()
Returns the current state of the video display.
|
static VideoDisplay.Mode |
VideoDisplay.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoDisplay.Mode[] |
VideoDisplay.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoDisplay.setMode(VideoDisplay.Mode m)
Set whether this player is playing, paused or stopped.
|
void |
VideoDisplayStateListener.videoStateChanged(VideoDisplay.Mode mode,
VideoDisplay<?> v)
Called when the video display's state changes.
|
void |
VideoPlayer.videoStateChanged(VideoDisplay.Mode mode,
VideoDisplay<?> v)
Called when the video display's state changes.
|
void |
VideoDisplayAdapter.videoStateChanged(VideoDisplay.Mode mode,
VideoDisplay<?> v)
Called when the video display's state changes.
|