BASS.NET API for the Un4seen BASS Audio Library

WaveFormRemoveVolumePointsBetween Method (Int64, Int64)

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(
	long from,
	long to
)

Parameters

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

Reference