C# Class Motion.PlugIns.Alarm.Sound.DirectXPlayer

Inheritance: IDisposable
ファイルを表示 Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
Check ( ) : bool
DirectXPlayer ( ) : System
Dispose ( ) : void
Play ( ) : void
Stop ( ) : void

Private Methods

Method Description
mAudio_Ending ( object sender, EventArgs e ) : void

Method Details

Check() public method

public Check ( ) : bool
return bool

DirectXPlayer() public method

public DirectXPlayer ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void