EchoEffect.LeftDelayMax Field (Microsoft.DirectX.DirectSound)

Retrieves the maximum value for the EffectsEcho.LeftDelay property.

Definition

Visual Basic Public Shared LeftDelayMax As SingleLeave Site
C# public static SingleLeave Site LeftDelayMax;
C++ public: static SingleLeave Site LeftDelayMax;
JScript public static var LeftDelayMax : SingleLeave Site

Field Value

System.Single
Maximum value for the EffectsEcho.LeftDelay property.

This field is read-only. 

See Also