Copyright © 2005-2019 MultiMedia Soft

Effects.DirectXEffectParamsSet method

Previous pageReturn to chapter overviewNext page

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

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsChorus);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsChorus __gc *);

 

Sets parameters for the Compressor effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsCompressor) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsCompressor);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsCompressor __gc *);

 

Sets parameters for the Distortion effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsDistortion) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsDistortion);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsDistortion __gc *);

 

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);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsEcho __gc *);

 

Sets parameters for the Flanger effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsFlanger) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsFlanger);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsFlanger __gc *);

 

Sets parameters for the Gargle effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsGargle) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsGargle);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsGargle __gc *);

 

Sets parameters for the Interactive 3D Level 2 Reverb effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsInteractive3DLevel2Reverb) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsInteractive3DLevel2Reverb);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsInteractive3DLevel2Reverb __gc *);

 

Sets parameters for the Waves Reverb effect

[Visual Basic] Overloads Public Function DirectXEffectParamsSet (Int16, ByRef Microsoft.DirectX.DirectSound.EffectsWavesReverb) As enumErrorCodes

[C#] public enumErrorCodes DirectXEffectParamsSet (Int16, ref Microsoft.DirectX.DirectSound.EffectsWavesReverb);

[C++] public: enumErrorCodes DirectXEffectParamsSet (Int16, Microsoft::DirectX::DirectSound::EffectsWavesReverb __gc *);