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()

Properties

mPeak

Added in API level 19
var mPeak: Int

The peak value in mB.

mRms

Added in API level 19
var mRms: Int

The RMS value in mB.