public interface TimeBase
TimeBase
is a constantly ticking source of time,
much like a crystal.
Unlike a Clock
, a TimeBase
cannot be temporally
transformed, reset, or stopped.
Clock
Modifier and Type | Method and Description |
---|---|
long |
getNanoseconds()
Get the current time of the
TimeBase
specified in nanoseconds. |
Time |
getTime()
Get the current time of this
TimeBase . |
Time getTime()
TimeBase
.TimeBase
time.long getNanoseconds()
TimeBase
specified in nanoseconds.TimeBase
time in
nanoseocnds.Copyright © 2013 CableLabs. All rights reserved.