BASS.NET API for the Un4seen BASS Audio Library

BASS_BFX_ENV_NODE Constructor

BASS.NET API for the Un4seen BASS Audio Library
Constructor to initialize the members.

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

public BASS_BFX_ENV_NODE(
	double Pos,
	float Val
)

Parameters

Pos
Type: SystemDouble
The postion of the node in seconds.
Val
Type: SystemSingle
The volume envelope value at the position (0.0=silence, 1.0=max.).
See Also

Reference