BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_VOLUME Constructor (Single)

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

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

public BASS_BFX_VOLUME(
	float Volume
)

Parameters

Volume
Type: SystemSingle
Volume of all channel (0..1..n).
Remarks

The volume is a float value between 0.0 (silence) and 1.0 (full volume, no amplification). A value above 1.0 indicates an amplification, which might cause distortion, if the original sound gets too lound and might needs to be clipped later.
See Also

Reference