IrrKlang.NET

ISound.SoundEffectControl Property

Returns the sound effect control interface for this sound. Sound effects such as Chorus, Distorsions, Echo, Reverb and similar can be controlled using this. This can be null if the sound has not been started with the flag 'enableSoundEffects' or the driver doesn't support effects.

[Visual Basic]
Public ReadOnly Property SoundEffectControl As ISoundEffectControl
[C#]
public ISoundEffectControl SoundEffectControl {get;}

See Also

ISound Class | IrrKlang Namespace