java.lang.Object | |
↳ | android.media.audiofx.Visualizer.MeasurementPeakRms |
A class to store peak and RMS values.
Peak and RMS are expressed in mB, as described in the
MEASUREMENT_MODE_PEAK_RMS
measurement mode.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
mPeak | The peak value in mB. | |||||||||
|
mRms | The RMS value in mB. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|