BASS.NET API for the Un4seen BASS Audio Library

WaveFormClearAllVolumePoints Method

BASS.NET API for the Un4seen BASS Audio Library
Removes all volume points from the WaveForm.

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

public bool ClearAllVolumePoints()

Return Value

Type: Boolean
on success, else .
Remarks

Volume points might be used to draw a volume curve within a WaveForm.

Use the DrawVolume property to define if and how volume points should be drawn within the WaveForm. The ColorVolume property will be used as the the drawing color.

In order to remove all volume points use the ClearAllVolumePoints method. If you need to add new volume points or replace an existing volume point use the AddVolumePoint(Int64, Single) method.

See Also

Reference