Package | Description |
---|---|
org.openimaj.audio | |
org.openimaj.audio.util | |
org.openimaj.time | |
org.openimaj.video |
Modifier and Type | Class and Description |
---|---|
class |
AudioPlayer
Wraps the Java Sound APIs into the OpenIMAJ audio core for playing sounds.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMusicTimekeeper
A timekeeper that generates
MeasuresBeatsTicksTimecode s that allow
the position within a music score to be tracked. |
Constructor and Description |
---|
Sequencer(TimeKeeper<? extends Timecode> timeKeeper)
Default constructor that instantiates a sequencer that will check
for actions every 10 milliseconds using the given time keeper.
|
Sequencer(TimeKeeper<? extends Timecode> timeKeeper,
long tickAccuracyMillis)
Constructor that instantiates a sequencer that will check for actions
at the given rate using the given time keeper.
|
Modifier and Type | Class and Description |
---|---|
class |
VideoDisplay.BasicVideoTimeKeeper
A timekeeper for videos without audio - uses the system time to keep
track of where in a video a video should be.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoDisplay.setTimeKeeper(TimeKeeper<? extends Timecode> t)
Set the timekeeper to use for this video.
|