Class BlockTimeStamp

java.lang.Object
likelihoodDetectionModule.normalizer.BlockTimeStamp

public class BlockTimeStamp extends Object
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.
Author:
Dave Flogeras
  • Field Details

    • timestamp

      public long timestamp
    • dataLength

      public int dataLength
    • channelBitmap

      public int channelBitmap
    • duration

      public long duration
    • startSample

      public long startSample
  • Constructor Details

    • BlockTimeStamp

      public BlockTimeStamp(long timestamp, int channelBitmap, long startSample, long duration, int dataLength)