EchoEffect.PanDelayMax Field (Microsoft.DirectX.DirectSound)
Retrieves the maximum value for the EffectsEcho.PanDelay property.
Definition
Visual Basic Public Shared PanDelayMax As Int32 C# public static Int32 PanDelayMax; C++ public: static Int32 PanDelayMax; JScript public static var PanDelayMax : Int32
Field Value
System.Int32
Maximum value for the EffectsEcho.PanDelay property.This field is read-only.
See Also