BASS.NET API for the Un4seen BASS Audio Library

DSP_PeakLevelMeterOnChannelChanged Method

BASS.NET API for the Un4seen BASS Audio Library
Resets the PeakHoldLevelL and PeakHoldLevelR values when a channel change occurred.

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

public override void OnChannelChanged()
Remarks

If you want to reset the peak hold values more ofen, call the ResetPeakHold method manually.
See Also

Reference