C# Class Rsdn.Janus.Framework.Beeper

Проигрыватель звука.
Mostra file Open project: rsdn/janus

Public Methods

Method Description
DoBeep ( string sound = _defaultSound ) : void

Private Methods

Method Description
Beep ( int dwFreq, int dwDuration ) : bool
sndPlaySound ( string lpszSound, SoundFlags fuSound ) : bool

Method Details

DoBeep() public static method

public static DoBeep ( string sound = _defaultSound ) : void
sound string
return void