FlangerEffect.AllParameters Property

Language:

Retrieves or sets flanger parameters of a SecondaryBuffer object.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.EffectsFlanger
Contains parameters for a flanger effect.

This property is read/write. 

Remarks

Exceptions
ArgumentException Leave Site An invalid parameter was passed to the called method.

See Also


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center