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

Inheritance: IDisposable
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
Check ( ) : bool
DirectXPlayer ( ) : System
Dispose ( ) : void
Play ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
mAudio_Ending ( object sender, EventArgs e ) : void

Method Details

Check() public méthode

public Check ( ) : bool
Résultat bool

DirectXPlayer() public méthode

public DirectXPlayer ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void