C# Class CapgeminiSurface.Util.ThreadedSoundPlayer

Inheritance: System.Media.SoundPlayer
Afficher le fichier Open project: smalice/SurfaceWPFApp

Méthodes publiques

Méthode Description
PlaySound ( ) : void
ThreadedSoundPlayer ( Stream fileStream ) : System.IO

Méthodes protégées

Méthode Description
PlaySoundThread ( ) : void

Method Details

PlaySound() public méthode

public PlaySound ( ) : void
Résultat void

PlaySoundThread() protected méthode

protected PlaySoundThread ( ) : void
Résultat void

ThreadedSoundPlayer() public méthode

public ThreadedSoundPlayer ( Stream fileStream ) : System.IO
fileStream System.IO.Stream
Résultat System.IO