public class SKAudioLevelData extends SKAbstractData
| Modifier and Type | Field and Description |
|---|---|
protected int |
level |
sensorType, timestamp| Constructor and Description |
|---|
SKAudioLevelData(long timestamp,
int level)
Initialize the instance
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataInCSV()
Get the audio level measurement in csv format
|
int |
getLevel()
Get the audio level only
|
getSensorType, getTimestamp, toString