BASS.NET API for the Un4seen BASS Audio Library

WaveFormSearchVolumePoint Method (Double, WaveFormVolumePoint, WaveFormVolumePoint)

BASS.NET API for the Un4seen BASS Audio Library
Searches for a certain volume point.

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

public int SearchVolumePoint(
	double position,
	ref WaveFormVolumePoint prev,
	ref WaveFormVolumePoint next
)

Parameters

position
Type: SystemDouble
The position (in seconds) of the volume point to search.
prev
Type: Un4seen.Bass.MiscWaveFormVolumePoint
The previous or exact VolumePoint at the requested position.
next
Type: Un4seen.Bass.MiscWaveFormVolumePoint
The next VolumePoint at the requested position or , if no next point exists.

Return Value

Type: Int32
If the position is present the zero-based index will be returned; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than value or, if there is no larger element, the bitwise complement of Count.
See Also

Reference