public interface Timecode
Modifier and Type | Method and Description |
---|---|
Timecode |
clone()
Clone this timecode.
|
long |
getTimecodeInMilliseconds()
All timecode instances must be able to return the time in seconds
from the beginning of the temporal media.
|
void |
setTimecodeInMilliseconds(long timeInMilliseconds)
Set the current timecode to the given time in seconds, converting
as necessary.
|
long getTimecodeInMilliseconds()
void setTimecodeInMilliseconds(long timeInMilliseconds)
timeInMilliseconds
- The time in seconds.