BASS.NET API for the Un4seen BASS Audio Library

WaveFormRemoveVolumePointsBetween Method (Double, Double)

BASS.NET API for the Un4seen BASS Audio Library
Removes all volume points between the two given points exclusive.

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

public void RemoveVolumePointsBetween(
	double from,
	double to
)

Parameters

from
Type: SystemDouble
The volume point position (in seconds) from which to remove (exclusive, this point is not removed).
to
Type: SystemDouble
The volume point position (in seconds) to which to remove (exclusive, this point is not removed).
See Also

Reference