Mode3D Enumeration (Microsoft.DirectX.DirectSound)

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.
Normal 0 Normal processing. This is the default mode.

Enumeration Information

Namespace Microsoft.DirectX.DirectSound
Assembly Microsoft.DirectX.DirectSound (microsoft.directx.directsound.dll)
Strong Name Microsoft.DirectX.DirectSound,  Version=1.0.900.0,  Culture=neutral,  PublicKeyToken=d3231b57b74a1492

See Also