Share via


DSoundHelper.MaxRolloffFactor Field (Microsoft.DirectX.DirectSound)

Retrieves the maximum 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 MaxRolloffFactor As SingleLeave Site
C# public static SingleLeave Site MaxRolloffFactor;
C++ public: static SingleLeave Site MaxRolloffFactor;
JScript public static var MaxRolloffFactor : SingleLeave Site

Field Value

System.Single
Returns the maximum 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.