C# Class ManicDigger.PlayMp3

Inheritance: IDisposable
Mostra file Open project: henon/manic_digger

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Open ( string sFileName ) : void
Play ( bool loop ) : void

Private Methods

Method Description
mciSendString ( string strCommand, StringBuilder strReturn, int iReturnLength, IntPtr hwndCallback ) : long

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Open() public method

public Open ( string sFileName ) : void
sFileName string
return void

Play() public method

public Play ( bool loop ) : void
loop bool
return void