Class DXGargleParameters
Parameters for DX8 Gargle Effect (Windows only).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public class DXGargleParameters : object, IEffectParameter
Fields
dwRateHz
Rate of modulation, in Hertz. Must be in the range from 1 through 1000. Default 500 Hz.
Declaration
public int dwRateHz
Field Value
Int32
|
dwWaveShape
Shape of the modulation wave. Default = Sine.
Declaration
public DXWaveform dwWaveShape
Field Value
DXWaveform
|
Properties
FXType
Gets the EffectType.
Declaration
public EffectType FXType { get; }
Property Value
EffectType
|