Used with BASS_FXGetParameters(Int32, IntPtr) and BASS_FXSetParameters(Int32, IntPtr) to retrieve and set the parameters of a gargle effect.
Inheritance Hierarchy
Un4seen.BassBASS_DX8_GARGLE
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.7
Syntax
[SerializableAttribute] [StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)] public sealed class BASS_DX8_GARGLE
The BASS_DX8_GARGLE type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BASS_DX8_GARGLE |
Default constructor.
| |
| BASS_DX8_GARGLE(Int32, Int32) |
constructor already setting the members
|
Methods
| Name | Description | |
|---|---|---|
| Preset_Default |
Sets the instance members to a preset.
|
Fields
| Name | Description | |
|---|---|---|
| dwRateHz |
Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
| |
| dwWaveShape |
Shape of the modulation wave... 0 = triangle, 1 = square (default).
|
See Also