Microsoft DirectX 8.1 (Visual Basic)

DSFXGARGLE

The DSFXGARGLE type contains parameters for an amplitude modulation effect represented by a DirectSoundFXGargle8 object.

Syntax

Type DSFXGARGLE
  lRateHz As CONST_DSFXGARGLE_RATEHZ
  lWaveShape As CONST_DSFXGARGLE_WAVE
End Type

Members

lRateHz

Rate of modulation, in Hertz. Minimum and maximum values are defined in the CONST_DSFXGARGLE_RATEHZ enumeration. Any Long value within this range is valid. The default value is 20.

lWaveShape

Shape of the modulation wave. Allowable values are defined in the CONST_DSFXGARGLE_WAVE enumeration. The default value is DSFXGARGLE_WAVE_TRIANGLE

See Also