public class BasicTimeDataWriter<T> extends FeatureExtractor<java.lang.Object,T>
featureDescriptions, features, name, numFeatures
Constructor and Description |
---|
BasicTimeDataWriter(AudioContext ac,
java.io.FileOutputStream fos)
Instantiates a new BasicDataWriter with the given FileOutputStream.
|
Modifier and Type | Method and Description |
---|---|
void |
process(TimeStamp startTime,
TimeStamp endTime,
T data)
Process some data of type P (specified by the class def).
|
addListener, forward, getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, removeListener, setName, setNumberOfFeatures
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString
public BasicTimeDataWriter(AudioContext ac, java.io.FileOutputStream fos)
fos
- the FileOutputStream.public void process(TimeStamp startTime, TimeStamp endTime, T data)
FeatureExtractor
process
in class FeatureExtractor<java.lang.Object,T>
data
- the data.