java.lang.Object |
↳ |
vars.VideoMomentBean |
Class Overview
Bean class for holding Dates and timecodes. This is analagous to a
videoframe's information
Summary
Public Constructors |
|
VideoMomentBean(Date recordedDate, String timecode, String alternateTimecode)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
From interface
vars.VideoMoment
|
Public Constructors
public
VideoMomentBean
(Date recordedDate, String timecode, String alternateTimecode)
Public Methods
public
String
getAlternateTimecode
()
public
Date
getRecordedDate
()
The date that this videoframe was actually recorded
public
String
getTimecode
()
public
String
toString
()