BASS.NET API for the Un4seen BASS Audio Library

BASS_MIXER_NODE Constructor

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

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

public BASS_MIXER_NODE(
	long Pos,
	float Val
)

Parameters

Pos
Type: SystemInt64
The postion of the node in bytes. This is based on the mixer's sample format, not the source channel's format.
Val
Type: SystemSingle
The envelope value at the position.
See Also

Reference