java.lang.Object | |
↳ | com.h6ah4i.android.media.audiofx.IVisualizer.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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public int | mPeak | The peak value in mB. | |||||||||
public int | mRms | The RMS value in mB. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MeasurementPeakRms() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The peak value in mB.
The RMS value in mB.