File
Doc
Category
Size
Date
Package
SystemTimeBase.java
API Doc
JMF 2.1.1e
762
Mon May 12 12:20:38 BST 2003
javax.media
SystemTimeBase
java.lang.Object
public final class SystemTimeBase extends Object implements TimeBase
SystemTimeBase is the implementation of the default
TimeBase
that ships with JMF.
see
TimeBase
version
1.5, 02/08/21.
Fields Summary
static long
offset
Constructors Summary
Methods Summary
public
long
getNanoseconds
()
return (System.currentTimeMillis() * 1000000L) - offset;
public
javax.media.Time
getTime
()
return new Time(getNanoseconds());
Java Code Source