C# Class NewTOAPIA.Media.WinMM.PlaySound

Mostra file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
PlaySoundFile ( string soundFile ) : void
PlaySystemSound ( string soundName ) : void

Plays a well known system sound.

StopAllSounds ( ) : void

Private Methods

Method Description
PlaySound ( ) : System

Method Details

PlaySoundFile() public static method

public static PlaySoundFile ( string soundFile ) : void
soundFile string
return void

PlaySystemSound() public static method

Plays a well known system sound.
public static PlaySystemSound ( string soundName ) : void
soundName string
return void

StopAllSounds() public static method

public static StopAllSounds ( ) : void
return void