public class DataDumper extends BaseDataProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_OUTPUT_FORMAT
The property that specifies the format of the output.
|
static java.lang.String |
PROP_OUTPUT_SIGNALS
The property that enables the output of signals.
|
logger
Constructor and Description |
---|
DataDumper() |
DataDumper(java.lang.String format,
boolean outputSignals) |
Modifier and Type | Method and Description |
---|---|
Data |
getData()
Reads and returns the next Data object from this DataProcessor, return
null if there is no more audio data.
|
void |
initialize()
Constructs a DataDumper
|
void |
newProperties(PropertySheet ps)
This method is called when this configurable component needs to be reconfigured.
|
getPredecessor, setPredecessor
getName, initLogger, toString
@S4String(defaultValue="0.00000E00;-0.00000E00") public static final java.lang.String PROP_OUTPUT_FORMAT
@S4Boolean(defaultValue=true) public static final java.lang.String PROP_OUTPUT_SIGNALS
public DataDumper(java.lang.String format, boolean outputSignals)
public DataDumper()
public void newProperties(PropertySheet ps) throws PropertyException
Configurable
newProperties
in interface Configurable
newProperties
in class ConfigurableAdapter
ps
- a property sheet holding the new dataPropertyException
- if there is a problem with the properties.public void initialize()
initialize
in interface DataProcessor
initialize
in class BaseDataProcessor
public Data getData() throws DataProcessingException
getData
in interface DataProcessor
getData
in class BaseDataProcessor
null
if none is availableDataProcessingException
- if there is a data processing error