FileDocCategorySizeDatePackage
TimeBase.javaAPI DocJMF 2.1.1e822Mon May 12 12:20:38 BST 2003javax.media

TimeBase

public interface TimeBase
A TimeBase is a constantly ticking source of time, much like a crystal.

Unlike a Clock, a TimeBase cannot be temporally transformed, reset, or stopped.

see
Clock
version
1.4, 02/08/21.

Fields Summary
Constructors Summary
Methods Summary
public longgetNanoseconds()
Get the current time of the TimeBase specified in nanoseconds.

return
the current TimeBase time in nanoseocnds.

public javax.media.TimegetTime()
Get the current time of this TimeBase.

return
the current TimeBase time.