javax.media
Class SystemTimeBase

java.lang.Object
  extended by javax.media.SystemTimeBase
All Implemented Interfaces:
TimeBase

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

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson

Constructor Summary
SystemTimeBase()
           
 
Method Summary
 long getNanoseconds()
           
 Time getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTimeBase

public SystemTimeBase()
Method Detail

getNanoseconds

public long getNanoseconds()
Specified by:
getNanoseconds in interface TimeBase

getTime

public Time getTime()
Specified by:
getTime in interface TimeBase