DSoundHelper.DefaultRolloffFactor Field (Microsoft.DirectX.DirectSound)

Retrieves the default ratio of attenuation over distance to that in the real world used by the Listener3D.RolloffFactor and Listener3DSettings.RolloffFactor properties, in meters.

Definition

Visual Basic Public Shared DefaultRolloffFactor As SingleLeave Site
C# public static SingleLeave Site DefaultRolloffFactor;
C++ public: static SingleLeave Site DefaultRolloffFactor;
JScript public static var DefaultRolloffFactor : SingleLeave Site

Field Value

System.Single
Returns the default ratio of attenuation over distance to that in the real world used by the Listener3D.RolloffFactor and Listener3DSettings.RolloffFactor properties, in meters.

This field is read-only.