|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeSource
Implemented by classes that will provide a time value. From the book: Essential JMF, Gordon, Talley (ISBN 0130801046). Used with permission. see ejmf.toolkit.SourcedTime
Field Summary | |
---|---|
static long |
MICROS_PER_SEC
|
static long |
MILLIS_PER_SEC
|
static long |
NANOS_PER_SEC
Useful values for return by an implementation of getConversionDivisor. |
Method Summary | |
---|---|
long |
getConversionDivisor()
Return a number used to divide source units to convert to seconds. |
long |
getTime()
Return time in source units |
Field Detail |
---|
static final long NANOS_PER_SEC
static final long MICROS_PER_SEC
static final long MILLIS_PER_SEC
Method Detail |
---|
long getTime()
long getConversionDivisor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |