Copyright © 2005-2019 MultiMedia Soft

Effects.DirectXEffectParamsGet method

Previous pageReturn to chapter overviewNext page

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

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

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

 

Retrieves parameters for the Compressor effect

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

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

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

 

Retrieves parameters for the Distortion effect

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

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

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

 

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

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

 

Retrieves parameters for the Flanger effect

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

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

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

 

Retrieves parameters for the Gargle effect

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

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

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

 

Retrieves parameters for the Interactive 3D Level 2 Reverb effect

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

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

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

 

Retrieves parameters for the Waves Reverb effect

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

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

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