BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_GARGLE Constructor (Int32, 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_DX8_GARGLE(
	int RateHz,
	int WaveShape
)

Parameters

RateHz
Type: SystemInt32
Rate of modulation, in Hertz. Must be in the range from 1 through 1000.
WaveShape
Type: SystemInt32
Shape of the modulation wave... 0 = triangle, 1 = square.
See Also

Reference