DSoundHelper.MaxDopplerFactor Field (Microsoft.DirectX.DirectSound)

Retrieves the maximum ratio of Doppler effect to that in the real world used by the Listener3D.DopplerFactor and Listener3DSettings.DopplerFactor properties, in meters.

Definition

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

Field Value

System.Single
Returns the maximum ratio of Doppler effect to that in the real world used by the Listener3D.DopplerFactor and Listener3DSettings.DopplerFactor properties, in meters.

This field is read-only.