public class DataStartSignal extends Signal
Data,
DataProcessor,
Signal| Constructor and Description |
|---|
DataStartSignal(int sampleRate)
Constructs a DataStartSignal at the given time.
|
DataStartSignal(int sampleRate,
long time)
Constructs a DataStartSignal at the given time.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSampleRate() |
java.lang.String |
toString()
Returns the string "DataStartSignal".
|
public DataStartSignal(int sampleRate,
long time)
sampleRate - the sampling rate of the started data stream.time - the time this DataStartSignal is createdpublic DataStartSignal(int sampleRate)
sampleRate - the sampling rate of the started data stream.