Effects.DirectXEffectParamsSet method |
|
Remarks
Sets the parameters related to the chosen effect. The current parameters for the chosen effect can be retrieved using the Effects.DirectXEffectParamsGet method.
DirectX effects requires the availability of DirectX version 8 or higher on the target system and can be applied only if the IsDirectX8Avail method returns TRUE.
See the How to apply special effects to a playing sound section for further details.
Overload list
Sets parameters for the Chorus effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsChorus) As enumErrorCodes
Sets parameters for the Compressor effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsCompressor) As enumErrorCodes
Sets parameters for the Distortion effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsDistortion) As enumErrorCodes
Sets parameters for the Echo effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsEcho) As enumErrorCodes
[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsEcho);
Sets parameters for the Flanger effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsFlanger) As enumErrorCodes
Sets parameters for the Gargle effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsGargle) As enumErrorCodes
Sets parameters for the Interactive 3D Level 2 Reverb effect
Sets parameters for the Waves Reverb effect
[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsWavesReverb) As enumErrorCodes