Serialized Form
Package net.beadsproject.beads.analysis |
serialVersionUID: 1L
startTimeMS
double startTimeMS
- The start time in milliseconds.
endTimeMS
double endTimeMS
- The end time in milliseconds.
features
java.util.Hashtable<K,V> features
- The features.
serialVersionUID: 1L
frames
java.util.SortedSet<E> frames
- The list of FeatureFrames.
framesInBlocks
java.util.Map<K,V> framesInBlocks
- An alternative list which blocks together the feature frames.
skipMS
int skipMS
- Interval in ms between regions of framesInBlocks.
frameMemory
int frameMemory
- The memory of the FeatureTrack. Max number of frames allowed. -1 means unlimited.
Package net.beadsproject.beads.data |
serialVersionUID: 1L
buf
float[] buf
- The buffer data.
Package net.beadsproject.beads.data.audiofile |
serialVersionUID: 1L
operation
java.lang.String operation