public abstract class VideoTimecode extends Object implements Comparable<VideoTimecode>, Timecode
Constructor and Description |
---|
VideoTimecode() |
Modifier and Type | Method and Description |
---|---|
abstract VideoTimecode |
clone()
Clone this timecode.
|
abstract long |
getFrameNumber()
Returns the frame number of the frame represented by the
video timecode.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
getTimecodeInMilliseconds, setTimecodeInMilliseconds
public VideoTimecode()
public abstract long getFrameNumber()