BASS.NET API for the Un4seen BASS Audio Library

WaveFormPeakLevelOfFrame Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the peak level (between 0 and 32767) of a given frame position.

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

public short PeakLevelOfFrame(
	int pos
)

Parameters

pos
Type: SystemInt32
The frame position (between 0 and FramesRendered) to get the peak level from.

Return Value

Type: Int16
The peak level between 0 and 32767 of the given position.
See Also

Reference