DistortionEffect.GainMax Field (Microsoft.DirectX.DirectSound)
Retrieves the maximum value for the EffectsDistortion.Gain property.
Definition
Visual Basic Public Shared GainMax As Single C# public static Single GainMax; C++ public: static Single GainMax; JScript public static var GainMax : Single
Field Value
System.Single
Maximum value for the EffectsDistortion.Gain property.This field is read-only.
See Also