C# Class BalloonsPop.SoundPlayer.SoundsLoader

Provides sound loading for the app.
Inheritance: ISoundsLoader
Afficher le fichier Open project: Baloons-Pop-4/Main Class Usage Examples

Méthodes publiques

Méthode Description
CreateSoundMedia ( string soundName ) : System.Media.SoundPlayer

Provides System.Media.SoundPlayers loaded with the sound matching the provided string.

Private Methods

Méthode Description
BuildFilePath ( string soundName ) : string

Method Details

CreateSoundMedia() public méthode

Provides System.Media.SoundPlayers loaded with the sound matching the provided string.
public CreateSoundMedia ( string soundName ) : System.Media.SoundPlayer
soundName string
Résultat System.Media.SoundPlayer