BASS.NET API for the Un4seen BASS Audio Library

BASS_DX8_GARGLE Class

BASS.NET API for the Un4seen BASS Audio Library
Used with BASS_FXGetParameters(Int32, IntPtr) and BASS_FXSetParameters(Int32, IntPtr) to retrieve and set the parameters of a gargle effect.
Inheritance Hierarchy

SystemObject
  Un4seen.BassBASS_DX8_GARGLE

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

[SerializableAttribute]
[StructLayoutAttribute(LayoutKind.Sequential, CharSet = CharSet.Ansi)]
public sealed class BASS_DX8_GARGLE

The BASS_DX8_GARGLE type exposes the following members.

Constructors

  NameDescription
Public methodBASS_DX8_GARGLE
Default constructor.
Public methodBASS_DX8_GARGLE(Int32, Int32)
constructor already setting the members
Top
Methods

  NameDescription
Public methodPreset_Default
Sets the instance members to a preset.
Top
Fields

  NameDescription
Public fielddwRateHz
Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
Public fielddwWaveShape
Shape of the modulation wave... 0 = triangle, 1 = square (default).
Top
See Also

Reference