AudioNodeEmitterDecayModel.MaxGain Property

Definition

Gets the maximum gain applied to the signal as a result of the decay model.

public:
 property double MaxGain { double get(); };
double MaxGain();
public double MaxGain { get; }
var double = audioNodeEmitterDecayModel.maxGain;
Public ReadOnly Property MaxGain As Double

Property Value

Double

double

The maximum gain applied to the signal as a result of the decay model.

Remarks

Specify the maximum gain of an AudioNodeEmitterDecayModel by calling CreateCustom or CreateNatural.

Applies to