javax.media
类 SystemTimeBase

java.lang.Object
  继承者 javax.media.SystemTimeBase
所有已实现的接口:
TimeBase

public final class SystemTimeBase
extends java.lang.Object
implements TimeBase

SystemTimeBase is the implementation of the default TimeBase that ships with JMF.

另请参见:
TimeBase

构造方法摘要
SystemTimeBase()
           
 
方法摘要
 long getNanoseconds()
          Get the current time of the TimeBase specified in nanoseconds.
 Time getTime()
          Get the current time of this TimeBase.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SystemTimeBase

public SystemTimeBase()
方法详细信息

getTime

public Time getTime()
从接口 TimeBase 复制的描述
Get the current time of this TimeBase.

指定者:
接口 TimeBase 中的 getTime
返回:
the current TimeBase time.

getNanoseconds

public long getNanoseconds()
从接口 TimeBase 复制的描述
Get the current time of the TimeBase specified in nanoseconds.

指定者:
接口 TimeBase 中的 getNanoseconds
返回:
the current TimeBase time in nanoseocnds.