C# Class BattleCry.Sound.SoundBoard

Inheritance: ISoundBoard
Afficher le fichier Open project: falconmick/BattleCryPluggin Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Play ( SoundPlaySetting soundPlaySettings ) : void
SoundBoard ( string rootDirectory ) : System
Update ( ) : void

Private Methods

Méthode Description
DelayedPlayback ( SoundPlaySetting soundPlaySettings ) : void
mciSendString ( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr hwndCallback ) : long

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Play() public méthode

public Play ( SoundPlaySetting soundPlaySettings ) : void
soundPlaySettings BattleCry.Util.Model.SoundPlaySetting
Résultat void

SoundBoard() public méthode

public SoundBoard ( string rootDirectory ) : System
rootDirectory string
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void