BASS.NET API for the Un4seen BASS Audio Library

WaveFormVolumePoint Constructor

BASS.NET API for the Un4seen BASS Audio Library
Creates a new volume point instance.

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

public VolumePoint(
	long position,
	float level
)

Parameters

position
Type: SystemInt64
The byte position.
level
Type: SystemSingle
The volume level between 0f (silent) and 1f (max=0dB).
See Also

Reference