C# 클래스 ToddlerAddition.SoundPlayer

파일 보기 프로젝트 열기: Clancey/ToddlerAddition

공개 메소드들

메소드 설명
Init ( ) : void
Speak ( int count ) : System.Threading.Tasks.Task
Speak ( string text ) : System.Threading.Tasks.Task
SpeakCongrats ( ) : System.Threading.Tasks.Task
SpeakEquals ( ) : System.Threading.Tasks.Task
SpeakExcited ( int count ) : System.Threading.Tasks.Task
SpeakIntro ( ) : System.Threading.Tasks.Task
SpeakPlus ( ) : System.Threading.Tasks.Task
SpeakQuestion ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
PlayAudioFile ( string path ) : Task
SoundPlayer ( ) : System
SpeakRandom ( string strings ) : System.Threading.Tasks.Task

메소드 상세

Init() 공개 정적인 메소드

public static Init ( ) : void
리턴 void

Speak() 공개 정적인 메소드

public static Speak ( int count ) : System.Threading.Tasks.Task
count int
리턴 System.Threading.Tasks.Task

Speak() 공개 정적인 메소드

public static Speak ( string text ) : System.Threading.Tasks.Task
text string
리턴 System.Threading.Tasks.Task

SpeakCongrats() 공개 정적인 메소드

public static SpeakCongrats ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SpeakEquals() 공개 정적인 메소드

public static SpeakEquals ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SpeakExcited() 공개 정적인 메소드

public static SpeakExcited ( int count ) : System.Threading.Tasks.Task
count int
리턴 System.Threading.Tasks.Task

SpeakIntro() 공개 정적인 메소드

public static SpeakIntro ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SpeakPlus() 공개 정적인 메소드

public static SpeakPlus ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

SpeakQuestion() 공개 정적인 메소드

public static SpeakQuestion ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task