IrrKlang.NET

ISoundStopEventReceiver Interface

Interface to be implemented by the user, which recieves sound stop events. The interface has only one method to be implemented by the user: OnSoundStopped(). Implement this interface and set it via ISound::setSoundStopEventReceiver(). The sound stop event is guaranteed to be called when a sound or sound stream is finished, either because the sound reached its playback end, its sound source was removed, ISoundEngine::stopAllSounds() has been called or the whole engine was deleted.

For a list of all members of this type, see ISoundStopEventReceiver Members.

[Visual Basic]
Public Interface ISoundStopEventReceiver
[C#]
public interface ISoundStopEventReceiver

Requirements

Namespace: IrrKlang

Assembly: irrKlang.NET (in irrKlang.NET.dll)

See Also

ISoundStopEventReceiver Members | IrrKlang Namespace