C# Class Motion.Sound.DirectXPlayer

Inheritance: IAlarmPlayer, IDisposable
显示文件 Open project: zhuangyy/Motion

Public Methods

Method Description
AlarmEnd ( ) : void
AlarmStart ( ) : void
Check ( ) : bool
DirectXPlayer ( ) : System
Dispose ( ) : void

Private Methods

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

Method Details

AlarmEnd() public method

public AlarmEnd ( ) : void
return void

AlarmStart() public method

public AlarmStart ( ) : void
return void

Check() public method

public Check ( ) : bool
return bool

DirectXPlayer() public method

public DirectXPlayer ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void