Microsoft DirectX 8.1 (Visual Basic)

CONST_DS3DMODEFLAGS

The CONST_DS3DMODEFLAGS enumeration is used by the DirectSound3DBuffer8.GetMode and DirectSound3DBuffer8.SetMode methods to set and retrieve the operation mode for 3-D sound processing.

Syntax

Enum CONST_DS3DMODEFLAGS
  DS3DMODE_DISABLE      = 2
  DS3DMODE_HEADRELATIVE = 1
  DS3DMODE_NORMAL       = 0
End Enum

Constants

DS3DMODE_DISABLE

Processing of 3-D sound is disabled. The sound seems to originate from the center of the listener's head.

DS3DMODE_HEADRELATIVE

Sound parameters (position, velocity, and orientation) are relative to the listener's parameters. In this mode, the absolute parameters of the sound are updated as the listener's parameters change, so that the relative parameters remain constant.

DS3DMODE_NORMAL

Sound parameters are relative to world space. This is the default mode.