BASS.NET API for the Un4seen BASS Audio Library

WaveFormGetVolumePointCount Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the number of volume points within the wave form.

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

public int GetVolumePointCount()

Return Value

Type: Int32
The number of volume points present.
Remarks

You might add new volume points with AddVolumePoint(Int64, Single) and get existing volume points with GetVolumePoint(Int64) or return the volume level at any point via GetVolumeLevel(Int64, Boolean, Int64, Single). GetVolumePoint(Int64) will provide you with a list of volume points. RemoveVolumePoint(Int64) will remove a certain volume point from the list and ClearAllVolumePoints will remove all volume points.
See Also

Reference