Home | History | Annotate | Download | only in versions

Lines Matching full:rms

46       <li><a href="#PeakRms">Peak and RMS measurement</a></li>
303 <h3 id="PeakRms">Peak and RMS measurement</h3>
305 <p>You can now query the peak and RMS of the current audio stream from {@link android.media.audiofx.Visualizer} by creating a new instance of {@link android.media.audiofx.Visualizer.MeasurementPeakRms} and passing it to {@link android.media.audiofx.Visualizer#getMeasurementPeakRms getMeasurementPeakRms()}. When you call this method, the peak and RMS values of the given {@link android.media.audiofx.Visualizer.MeasurementPeakRms} are set to the latest measured values.</p>