C# Class ManicDigger.PlayMp3

Inheritance: IDisposable
Afficher le fichier Open project: henon/manic_digger

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
Open ( string sFileName ) : void
Play ( bool loop ) : void

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Open() public méthode

public Open ( string sFileName ) : void
sFileName string
Résultat void

Play() public méthode

public Play ( bool loop ) : void
loop bool
Résultat void