Package | Description |
---|---|
org.openimaj.video |
Modifier and Type | Method and Description |
---|---|
static <T extends Image<?,T>> |
VideoPlayer.createVideoPlayer(Video<T> video)
Creates a new video player in a new thread and starts it running
(initially in pause mode).
|
static <T extends Image<?,T>> |
VideoPlayer.createVideoPlayer(Video<T> video,
AudioStream audio)
Creates a new video player in a new thread and starts it running
(initially in pause mode).
|