T - The type of imagepublic class ShotBoundary<T extends Image<?,T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected VideoKeyframe<T> |
keyframe
The keyframe of the boundary.
|
protected VideoTimecode |
timecode
The timecode of the shot boundary
|
| Constructor and Description |
|---|
ShotBoundary(VideoTimecode timecode)
Construct a shot boundary using the given video timecode.
|
| Modifier and Type | Method and Description |
|---|---|
VideoKeyframe<T> |
getKeyframe() |
VideoTimecode |
getTimecode()
Get the timecode of this shot boundary.
|
void |
setKeyframe(VideoKeyframe<T> keyframe) |
String |
toString() |
protected VideoTimecode timecode
protected VideoKeyframe<T extends Image<?,T>> keyframe
public ShotBoundary(VideoTimecode timecode)
timecode - The timecodepublic VideoTimecode getTimecode()
public String toString()
toString in class ObjectObject.toString()public VideoKeyframe<T> getKeyframe()
public void setKeyframe(VideoKeyframe<T> keyframe)
keyframe - the keyframe to set