BASS.NET API for the Un4seen BASS Audio Library

BASS_FX_VOLUME_PARAM Constructor (Single, Single, Single, Int32)

BASS.NET API for the Un4seen BASS Audio Library
constructor already setting the members

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

public BASS_FX_VOLUME_PARAM(
	float target,
	float current,
	float time,
	int curve
)

Parameters

target
Type: SystemSingle
The new volume level... 0 = silent, 1.0 = normal, above 1.0 = amplification.
current
Type: SystemSingle
The current volume level... -1 = leave existing current level when setting parameters.
time
Type: SystemSingle
The time to take to transition from the current level to the new level, in seconds.
curve
Type: SystemInt32
The curve to use in the transition... 0 = linear, 1 = logarithmic.
See Also

Reference