C# 클래스 BalloonsPop.SoundPlayer.SoundsLoader

Provides sound loading for the app.
상속: ISoundsLoader
파일 보기 프로젝트 열기: Baloons-Pop-4/Main 1 사용 예제들

공개 메소드들

메소드 설명
CreateSoundMedia ( string soundName ) : System.Media.SoundPlayer

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

비공개 메소드들

메소드 설명
BuildFilePath ( string soundName ) : string

메소드 상세

CreateSoundMedia() 공개 메소드

Provides System.Media.SoundPlayers loaded with the sound matching the provided string.
public CreateSoundMedia ( string soundName ) : System.Media.SoundPlayer
soundName string
리턴 System.Media.SoundPlayer