Note: This documentation is preliminary and is subject to change.
Contains constents that describe the operation mode for 3-D sound processing.
Definition
Visual Basic .NET
Public Enum Mode3D
C#
public enum Mode3D
Managed C++
__value public enum Mode3D
JScript .NET
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.