共用方式為


Visualizer.MeasurementModePeakRms 欄位

定義

警告

This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerMeasurementMode enum directly instead of this field.

定義測量模式,以 mB 計算「完整小數字數」下方的尖峰和 RMS 值,其中 0mB 通常是最大樣本值(但請參閱下面的附注)。

[Android.Runtime.Register("MEASUREMENT_MODE_PEAK_RMS")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerMeasurementMode enum directly instead of this field.", true)]
public const Android.Media.Audiofx.VisualizerMeasurementMode MeasurementModePeakRms = 1;
[<Android.Runtime.Register("MEASUREMENT_MODE_PEAK_RMS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.VisualizerMeasurementMode enum directly instead of this field.", true)>]
val mutable MeasurementModePeakRms : Android.Media.Audiofx.VisualizerMeasurementMode

欄位值

Value = 1
屬性

備註

定義測量模式,以 mB 計算「完整小數字數」下方的尖峰和 RMS 值,其中 0mB 通常是最大樣本值(但請參閱下面的附注)。 最小值取決於音訊架構所使用的音訊樣本解析度。 -9600mB 的值是 16 位音訊系統的最小值,而 “高解析度” 系統的最小值為 -14400mB 或以下。 您可以使用 擷取 #getMeasurementPeakRms(MeasurementPeakRms)尖峰和 RMS 的值。

<p class=note><strong>Note:</strong> when Visualizer effect is attached to the global session (with session ID 0), it possible to observe RMS peaks than 0 dBFS, for example in the case when there are multiple audio sources time playly. 在此情況下 #getMeasurementPeakRms(MeasurementPeakRms) ,方法可以傳回正值。

android.media.audiofx.Visualizer.MEASUREMENT_MODE_PEAK_RMSJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於