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