AudioNodeEmitter.DopplerScale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the scale of the doppler velocity of the emitter. The DopplerVelocity of an emitter is expressed in meters per second. Setting this value allows you to automatically scale the velocity to some other unit.
public:
property double DopplerScale { double get(); void set(double value); };
double DopplerScale();
void DopplerScale(double value);
public double DopplerScale { get; set; }
var double = audioNodeEmitter.dopplerScale;
audioNodeEmitter.dopplerScale = double;
Public Property DopplerScale As Double
Property Value
Double
double
The scale of the doppler velocity of the emitter.