sdr 0.7

net.cscott.sdr.recog
Class LevelMonitor.LevelMeasurement

java.lang.Object
  extended by net.cscott.sdr.recog.LevelMonitor.LevelMeasurement
Enclosing class:
LevelMonitor

public static class LevelMonitor.LevelMeasurement
extends Object

A volume measurement of an audio frame.


Field Summary
 double level
          Level at that time; max is 1.0
 long when
          Time, in milliseconds since midnight, January 1, 1970, when the data for this level measurement was taken.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

when

public final long when
Time, in milliseconds since midnight, January 1, 1970, when the data for this level measurement was taken.


level

public final double level
Level at that time; max is 1.0


sdr 0.7

Copyright © 2006-2009 C. Scott Ananian