BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterCalcRMS Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if the AVG and RMS values should be calculated.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public bool CalcRMS { get; set; }

Property Value

Type: Boolean
Remarks

The AVG (average value) and RMS (root mean square error) might be retrieved using the AVG and RMS property. If CalcRMS is turned off (, default) the AVG and RMS property would always return 0.0.
See Also

Reference