protected static class VideoSceneAnnotationTool.VideoScene extends Object
| Modifier and Type | Field and Description |
|---|---|
protected VideoTimecode |
endOfScene
The timecode of the last frame in the scene
|
protected List<ShotBoundary<MBFImage>> |
listOfShots
The shot boundary at the beginning of each shot
|
protected VideoTimecode |
startOfScene
The timecode of the first frame in the scene
|
| Constructor and Description |
|---|
VideoScene()
Constructor
|
protected List<ShotBoundary<MBFImage>> listOfShots
protected VideoTimecode startOfScene
protected VideoTimecode endOfScene
public VideoScene()