EchoEffect.LeftDelayMin Field (Microsoft.DirectX.DirectSound)
Retrieves the minimum value for the EffectsEcho.LeftDelay property.
Definition
Visual Basic Public Shared LeftDelayMin As Single C# public static Single LeftDelayMin; C++ public: static Single LeftDelayMin; JScript public static var LeftDelayMin : Single
Field Value
System.Single
Minimum value for the EffectsEcho.LeftDelay property.This field is read-only.
See Also