Interface | Description |
---|---|
Sequencer.SequencedAction |
A class that can be sequenced by the sequencer can implement this
interface.
|
Timecode |
A top-level interface for objects that are able to represent
instants in temporal media.
|
TimeKeeper<T extends Timecode> |
A time keeper knows what time it is.
|
Class | Description |
---|---|
NanoTimer |
Timer instances let you track time from start to end of some
process.
|
Sequencer |
An object that will fire events at specific times thereby sequencing
objects into a stream.
|
Sequencer.SequencerEvent |
An event in the sequencer, this represents an action occurring at a
specific time.
|
Timer |
Timer instances let you track time from start to end of some
process.
|