MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
GetMindBPeakFromWaveDataMaxHistoryWithInfo Method (history, bufferSizeToAnalyse, channelType, startPosition)
NamespacesMPfm.SoundAudioToolsGetMindBPeakFromWaveDataMaxHistoryWithInfo(List<(Of <<'(WaveDataMinMax>)>>), Int32, ChannelType, Int32)
Returns the minimum peak (in decibels) of a list of min/max peaks, including its position in the array. The values range from -1.0f to 1.0f.
Declaration Syntax
C#Visual Basic
public static PeakInfo GetMindBPeakFromWaveDataMaxHistoryWithInfo(
	List<WaveDataMinMax> history,
	int bufferSizeToAnalyse,
	ChannelType channelType,
	int startPosition
)
Public Shared Function GetMindBPeakFromWaveDataMaxHistoryWithInfo ( _
	history As List(Of WaveDataMinMax), _
	bufferSizeToAnalyse As Integer, _
	channelType As ChannelType, _
	startPosition As Integer _
) As PeakInfo
Parameters
history (List<(Of <(<'WaveDataMinMax>)>)>)
List of min/max peaks
bufferSizeToAnalyse (Int32)
Buffer size to analyse
channelType (ChannelType)
Channel type
startPosition (Int32)
Start position
Return Value
PeakInfo data structure (peak + position)

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)