|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectlikelihoodDetectionModule.normalizer.BlockTimeStamp
public class BlockTimeStamp
This is a convenience class which stores the critical non-static information about the data blocks being processed. Because the normalizer will have a time lag, we have to cache these so we have accurate time information when we output blocks later.
| Field Summary | |
|---|---|
int |
channelBitmap
|
int |
dataLength
|
long |
duration
|
long |
startSample
|
long |
timestamp
|
| Constructor Summary | |
|---|---|
BlockTimeStamp(long timestamp,
int channelBitmap,
long startSample,
long duration,
int dataLength)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long timestamp
public int dataLength
public int channelBitmap
public long duration
public long startSample
| Constructor Detail |
|---|
public BlockTimeStamp(long timestamp,
int channelBitmap,
long startSample,
long duration,
int dataLength)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||