java.lang.Object | |
↳ | vars.annotation.jpa.VideoArchiveImpl |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Searches the VideoArchive and returns the first video frame with the
given time code;
| |||||||||||
Empty VideoFrames are those that do not contain any observations.
| |||||||||||
Get the tape number of this
VideoArchive . | |||||||||||
Stored in DB as a String instead of Timecode object
| |||||||||||
Retrieve the videoframe collection.
| |||||||||||
Set the tape number of this
VideoArchive using the specified Integer. | |||||||||||
The timecode is stored in DB as a String instead of Timecode object -
Castor uses this method for O/R.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Searches the VideoArchive and returns the first video frame with the given time code;
timecode | A String in the format of HH:MM:SS:FF |
---|
Empty VideoFrames are those that do not contain any observations. In general, this method isn't really needed. However, when reading vif files, occasionally an empty one escapes through. This finds thes errant beasts and returns references to them.
Get the tape number of this VideoArchive
.
Stored in DB as a String instead of Timecode object
Retrieve the videoframe collection. Note: This can result in a database access if the VideoArchive has been persisted and retrieved from the database. Do not add or remove items directly from this collections.
Set the tape number of this VideoArchive
using the specified Integer.
videoArchiveName | An Integer tape number for this VideoArchive . |
---|
The timecode is stored in DB as a String instead of Timecode object - Castor uses this method for O/R. Developers should use setTimeCode instead of this method.