T
- the Image
typepublic class VideoKeyframe<T extends Image<?,T>> extends Object
Modifier and Type | Field and Description |
---|---|
T |
imageAtBoundary
An image at the shot boundary
|
VideoTimecode |
timecode
The timecode of the keyframe
|
Constructor and Description |
---|
VideoKeyframe(VideoTimecode timecode,
T img)
Constructor that allows construction of an image-based shot
boundary.
|
Modifier and Type | Method and Description |
---|---|
VideoKeyframe<T> |
clone() |
T |
getImage()
Return the image at the shot boundary.
|
VideoTimecode |
getTimecode()
Returns the timecode of this keyframe.
|
public T extends Image<?,T> imageAtBoundary
public VideoTimecode timecode
public VideoKeyframe(VideoTimecode timecode, T img)
timecode
- The timecode of the shot boundaryimg
- The image at the shot boundarypublic T getImage()
public VideoTimecode getTimecode()
public VideoKeyframe<T> clone()