FileDocCategorySizeDatePackage
SystemTimeBase.javaAPI DocJMF 2.1.1e762Mon May 12 12:20:38 BST 2003javax.media

SystemTimeBase

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 longgetNanoseconds()

	return (System.currentTimeMillis() * 1000000L) - offset;
    
public javax.media.TimegetTime()

  
       
	return new Time(getNanoseconds());