BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_PARAMEQ Constructor (Single, Single, Single)

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_DX8_PARAMEQ(
	float Center,
	float Bandwidth,
	float Gain
)

Parameters

Center
Type: SystemSingle
Center frequency, in hertz, in the range from 80 to 16000. This value cannot exceed one-third of the frequency of the channel.
Bandwidth
Type: SystemSingle
Bandwidth, in semitones, in the range from 1 to 36.
Gain
Type: SystemSingle
Gain in dB, in the range from -15 to 15.
See Also

Reference