Interface ISoundFactoryHandler
Contains methods and properties which allow to create sound player and to play system sounds.
public interface ISoundFactoryHandler : IDisposable
Methods
- Bell()
Plays bell.
- CreateSoundPlayerHandler(string)
Creates ISoundPlayerHandler interface provider.
- MessageBeep(SystemSoundType)
Plays system sound.
- StopSound()
Stops sound playing.