Contains constents that describe the operation mode for 3-D sound processing.
Definition
Visual Basic
Public Enum Mode3D
C#
public enum Mode3D
C++
public enum class Mode3D
JScript
public enum Mode3D
Members
Member
Value
Description
Disable
2
Processing of 3-D sound is disabled. The sound seems to originate from the center of the listener's head.
HeadRelative
1
Sound parameters (position, velocity, and orientation) are relative to the listener's parameters. In this mode, the absolute parameters of the sound are updated automatically as the listener's parameters change so that the relative parameters remain constant.