BASS.NET API for the Un4seen BASS Audio Library

WaveFormFindNextZeroCrossing Method

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

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

public long FindNextZeroCrossing(
	long position
)

Parameters

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

Return Value

Type: Int64
The next zero crossing position.
Remarks

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

Reference