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