DSoundHelper.DefaultDopplerFactor Field (Microsoft.DirectX.DirectSound)
Retrieves the default 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 DefaultDopplerFactor As Single C# public static Single DefaultDopplerFactor; C++ public: static Single DefaultDopplerFactor; JScript public static var DefaultDopplerFactor : Single
Field Value
System.Single
Returns the default 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.