AudioNodeEmitterDecayModel.MinGain 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 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.