Listener3DSettings.DopplerFactor Property

Language:

Retrieves and sets the ratio of Doppler effect to that in the real world.

Definition

Visual Basic Public Property DopplerFactor As Single
C# public float DopplerFactor { get; set; }
C++ public:
property float DopplerFactor {
        float get();
        void set(float value);
}
JScript public function get DopplerFactor() : float
public function set DopplerFactor(float);

Property Value

System.Single
The ratio of Doppler effect to that in the real world.

This property is read/write. 

Remarks

This property has a range of 0.0 (no Doppler effects) to 10.0 (10 times the Doppler effects found in the real world). The default value is 1.0.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center