Added in API level 19
MeasurementPeakRms
class MeasurementPeakRms
kotlin.Any | |
↳ | android.media.audiofx.Visualizer.MeasurementPeakRms |
A class to store peak and RMS values. Peak and RMS are expressed in mB, as described in the Visualizer#MEASUREMENT_MODE_PEAK_RMS
measurement mode.
Summary
Public constructors | |
---|---|
Properties | |
---|---|
Int |
The peak value in mB. |
Int |
The RMS value in mB. |
Public constructors
MeasurementPeakRms
MeasurementPeakRms()