Package | Description |
---|---|
org.openimaj.audio | |
org.openimaj.audio.timecode | |
org.openimaj.time | |
org.openimaj.video | |
org.openimaj.video.timecode | |
org.openimaj.vis.video |
Modifier and Type | Method and Description |
---|---|
Timecode |
AudioPlayer.getTimecodeObject()
Returns the current timecode.
|
Modifier and Type | Class and Description |
---|---|
class |
AudioTimecode
A basic audio timecode that represents the number of milliseconds from
the start of the audio file.
|
class |
MeasuresBeatsTicksTimecode
A standard MIDI-timecode that uses measures, beats and ticks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TimeKeeper<T extends Timecode>
A time keeper knows what time it is.
|
Modifier and Type | Method and Description |
---|---|
Timecode |
Timecode.clone()
Clone this timecode.
|
Constructor and Description |
---|
SequencerEvent(Timecode tc,
Sequencer.SequencedAction action)
Create a new sequencer event that occurs at a specific time.
|
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 | Method and Description |
---|---|
Timecode |
VideoDisplay.BasicVideoTimeKeeper.getTime()
Returns the current time.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoDisplay.setTimeKeeper(TimeKeeper<? extends Timecode> t)
Set the timekeeper to use for this video.
|
Modifier and Type | Class and Description |
---|---|
class |
FrameNumberVideoTimecode
This class allows video timecodes to be stored as frame numbers.
|
class |
HrsMinSecFrameTimecode
A timecode representation that extends the standard frame count representation
to provide hours, minutes, seconds and frames timecode.
|
class |
VideoTimecode
A class for storing video timecodes.
|
Modifier and Type | Method and Description |
---|---|
protected double |
VideoBarVisualisation.getTimePosition(Timecode t)
Returns the position of the given timecode at the scale of the current
display.
|
void |
VideoObjectVisualisation.processFrame(MBFImage frame,
Timecode t)
Process a particular frame of the data.
|
abstract void |
VideoBarVisualisation.processFrame(MBFImage frame,
Timecode t)
Process a particular frame of the data.
|
void |
ShotBoundaryVideoBarVisualisation.processFrame(MBFImage frame,
Timecode t)
Process a particular frame of the data.
|