GargleEffect.AllParameters Property (Microsoft.DirectX.DirectSound)

Retrieves or sets gargle parameters of a SecondaryBuffer object.

Definition

Visual Basic Public Property AllParameters As EffectsGargle
C# public EffectsGargle AllParameters { get; set; }
C++ public:
property EffectsGargle AllParameters {
        EffectsGargle get();
        void set(EffectsGargle value);
}
JScript public function get AllParameters() : EffectsGargle
public function set AllParameters(EffectsGargle);

Property Value

Microsoft.DirectX.DirectSound.EffectsGargle
Contains parameters for a gargle effect.

This property is read/write. 

Remarks

Exceptions

ArgumentExceptionLeave Site

An invalid parameter was passed to the called method.

See Also