EchoEffect.AllParameters Property (Microsoft.DirectX.DirectSound)
Retrieves or sets echo parameters of a SecondaryBuffer object.
Definition
Visual Basic Public Property AllParameters As EffectsEcho C# public EffectsEcho AllParameters { get; set; } C++ public:
property EffectsEcho AllParameters {
EffectsEcho get();
void set(EffectsEcho value);
}JScript public function get AllParameters() : EffectsEcho
public function set AllParameters(EffectsEcho);
Property Value
Microsoft.DirectX.DirectSound.EffectsEcho
Contains parameters for an echo effect.This property is read/write.
Remarks
Exceptions
An invalid parameter was passed to the called method.
See Also