AudioNodeEmitterDecayModel.MinGain Property

Definition

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

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

Property Value

Double

double

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

Remarks

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

Applies to