Microsoft DirectX 8.1 (Visual Basic)

CONST_DSFX_PHASE

The CONST_DSFX_PHASE enumeration is used in the DSFXCHORUS and DSFXFLANGER types.

Syntax

Enum CONST_DSFX_PHASE
  DSFX_PHASE_180     = 4
  DSFX_PHASE_90      = 3
  DSFX_PHASE_MAX     = 4
  DSFX_PHASE_MIN     = 0
  DSFX_PHASE_NEG_180 = 0
  DSFX_PHASE_NEG_90  = 1
  DSFX_PHASE_ZERO    = 2
End Enum

Constants

DSFX_PHASE_180

Descending midpoint of the waveform.

DSFX_PHASE_90

Top of the waveform.

DSFX_PHASE_MAX

Maximum value.

DSFX_PHASE_MIN

Minimum value.

DSFX_PHASE_NEG_180

Ascending midpoint of the waveform.

DSFX_PHASE_NEG_90

Bottom of the waveform.

DSFX_PHASE_ZERO

Ascending midpoint of the waveform.