C# Class CapgeminiSurface.Util.ThreadedSoundPlayer

Inheritance: System.Media.SoundPlayer
Show file Open project: smalice/SurfaceWPFApp

Public Methods

Method Description
PlaySound ( ) : void
ThreadedSoundPlayer ( Stream fileStream ) : System.IO

Protected Methods

Method Description
PlaySoundThread ( ) : void

Method Details

PlaySound() public method

public PlaySound ( ) : void
return void

PlaySoundThread() protected method

protected PlaySoundThread ( ) : void
return void

ThreadedSoundPlayer() public method

public ThreadedSoundPlayer ( Stream fileStream ) : System.IO
fileStream System.IO.Stream
return System.IO