BASS.NET API for the Un4seen BASS Audio Library

WaveFormGetVolumePoint Method (Int32)

BASS.NET API for the Un4seen BASS Audio Library
Returns a certain volume point at the given index.

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

public WaveFormVolumePoint GetVolumePoint(
	int index
)

Parameters

index
Type: SystemInt32
The index of the volume point to get.

Return Value

Type: WaveFormVolumePoint
The volume point at the given index - or if the index is not present.
Remarks

Use GetVolumePointCount to get the total number of volume points present.
See Also

Reference