BASS.NET API for the Un4seen BASS Audio Library

WaveFormFindPreviousZeroCrossing Method

BASS.NET API for the Un4seen BASS Audio Library
Finds the previous zero crossing position related to the given position (backward seeking).

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

public long FindPreviousZeroCrossing(
	long position
)

Parameters

position
Type: SystemInt64
The position where to start the search.

Return Value

Type: Int64
The previous zero crossing position.
Remarks

If the given position already denotes a zero-crossing position the same position will be returned.
See Also

Reference